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