1 2 3 4 5 6 7 8 9 10 11 12 13
/* PR debug/51410 */ /* { dg-do compile } */ /* { dg-options "-O0 -gdwarf-2 -dA -fno-merge-debug-strings" } */ int x; int foo (void) { return x; } /* { dg-final { scan-assembler-times "\\(DIE\[^\\r\\n\]*DW_TAG_variable\\)" 1 } } */