Reset branch to trunk.
[official-gcc.git] / trunk / gcc / testsuite / gcc.dg / cpp / line1.c
blobb13c1229d449cf95fd55f14ff6f6559b81116e49
1 /* Copyright (C) 2000, 2003 Free Software Foundation.
3 by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */
5 /* { dg-do preprocess } */
7 /* The line number below must be just a few lines greater than the
8 actual line number. */
9 #line 10 "baz"
10 wibble
12 /* { dg-final { scan-file line1.i baz } } */