repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang] Accept polymorphic component element in storage_size
[llvm-project.git]
/
flang
/
test
/
HLFIR
/
null.fir
blob
4614f2bc25e5d038242a67856c329169cf737875
1
// Test hlfir.null operation parse, verify (no errors), and unparse.
2
3
// RUN: fir-opt %s | fir-opt | FileCheck %s
4
5
func.func @test() {
6
// CHECK: hlfir.null !fir.ref<none>
7
%0 = hlfir.null !fir.ref<none>
8
return
9
}