OSDN Git Service

2007-07-06 Josh Conner <jconner@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / line1.c
1 /* Copyright (C) 2000, 2003  Free Software Foundation.
2
3    by Alexandre Oliva  <oliva@lsd.ic.unicamp.br>  */
4
5 /* { dg-do preprocess } */
6
7 /* The line number below must be just a few lines greater than the
8    actual line number. */
9 #line 10 "baz"
10 wibble
11
12 /* { dg-final { scan-file line1.i baz } } */