[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / flang / test / HLFIR / null.fir
blob4614f2bc25e5d038242a67856c329169cf737875
1 // Test hlfir.null operation parse, verify (no errors), and unparse.
3 // RUN: fir-opt %s | fir-opt | FileCheck %s
5 func.func @test() {
6   // CHECK: hlfir.null !fir.ref<none>
7   %0 = hlfir.null !fir.ref<none>
8   return