Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / debug / dwarf2 / dwarf2-macro.c
blob4efb25e8c22af6af390b82e77b75ea0e0cd04392
1 /* Test to make sure the mcaro info includes a start file command for the main source */
2 /* { dg-do compile } */
3 /* { dg-options "-g3 -gdwarf-2 -dA -fverbose-asm" } */
4 /* { dg-final { scan-assembler "Start new file" } } */
6 #define ADD(x) (M + x)
8 int main (void)
10 #define N 28
11 #define M 42
12 return ADD(N);