aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2-macro2.c
blob: 3dfa2908ef364756f523bc896355df088bdba628 (plain)
1
2
3
4
5
6
7
/* 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;