1 /* Test to make sure the macro info includes the predefined macros with line number 0.  */
2 /* { dg-do compile } */
3 /* { dg-options "-g3 -gdwarf -dA -fverbose-asm" } */
4 /* { dg-final { scan-assembler "At line number 0" { xfail { powerpc-ibm-aix* } } } } */
5 
6 #define FOO 1
7 int i;
8