(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
debug/
dwarf2/
pr93751-2.c
       1  // { dg-do compile }
       2  // { dg-options "-O -gdwarf-2 -g1 -dA" }
       3  int foo;
       4  
       5  // Verify that with -g1 we generate DIEs for external variables.
       6  // { dg-final { scan-assembler " DW_TAG_variable" } }