bolt/deps/llvm-18.1.8/flang/test/HLFIR/null.fir

10 lines
217 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
// Test hlfir.null operation parse, verify (no errors), and unparse.
// RUN: fir-opt %s | fir-opt | FileCheck %s
func.func @test() {
// CHECK: hlfir.null !fir.ref<none>
%0 = hlfir.null !fir.ref<none>
return
}