[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git] / flang / test / HLFIR / null-codegen.fir
blob4568c45e9227080db4e212b6bbc148fc40e24341
1 // Test hlfir.null code generation to FIR
3 // RUN: fir-opt %s -convert-hlfir-to-fir | FileCheck %s
5 func.func @test() {
6   // CHECK: fir.zero_bits !fir.ref<none>
7   %0 = hlfir.null !fir.ref<none>
8   return