blob: 62b389ee935b91e21c8cb565fbab8b4b499682a8 [file] [log] [blame]
/* PR debug/51410 */
/* { dg-do compile } */
/* { dg-options "-O0 -gdwarf -dA -fno-merge-debug-strings" } */
int x;
int
foo (void)
{
return x;
}
/* { dg-final { scan-assembler-times "\\(DIE\[^\\r\\n\]*DW_TAG_variable\\)" 1 } } */