[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git] / flang / test / Integration / debug-extra-global.f90
blobc0ad2e306386da1613050f133810c5858f3112d6
1 ! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck %s
3 program test
4 type t1
5 integer :: XcX
6 integer :: xdtx
7 end type
8 type(t1) :: var
9 var%XcX = 2
10 var%xdtx = 3
11 end
13 ! Test that there is no debug info for compiler generated globals.
14 ! CHECK-NOT: DIGlobalVariable