Sign in
cos
/
mirrors
/
github.com
/
llvm
/
llvm-project
/
refs/heads/main
/
.
/
flang
/
test
/
HLFIR
/
null.fir
blob: 4614f2bc25e5d038242a67856c329169cf737875 [
file
] [
log
] [
blame
] [
edit
]
// 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
}