Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git] / main / gcc / testsuite / gcc.dg / debug / dwarf2 / dwarf2-macro2.c
blob3dfa2908ef364756f523bc896355df088bdba628
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" } } */
6 #define FOO 1
7 int i;