1 // RUN: fir-opt --add-debug-info --mlir-print-debuginfo %s | FileCheck %s
3 module attributes {dlti.dl_spec = #dlti.dl_spec<>} {
4 fir.global linkonce_odr @_QFEXnXxcx constant target : !fir.char<1,3> {
5 %0 = fir.string_lit "xcx"(3) : !fir.char<1,3>
6 fir.has_value %0 : !fir.char<1,3>
8 fir.global linkonce_odr @_QFEXnXxdtx constant target : !fir.char<1,4> {
9 %0 = fir.string_lit "xdtx"(4) : !fir.char<1,4>
10 fir.has_value %0 : !fir.char<1,4>
13 #loc1 = loc("derived.f90":24:1)
15 // Test that no di_global_variable gets created for these compile generated
18 // CHECK-NOT: #di_global_variable