blob: 3dfa2908ef364756f523bc896355df088bdba628 [file] [log] [blame]
/* Test to make sure the macro info includes the predefined macros with line number 0. */
/* { dg-do compile } */
/* { dg-options "-g3 -gdwarf -dA -fverbose-asm" } */
/* { dg-final { scan-assembler "At line number 0" } } */
#define FOO 1
int i;