OSDN Git Service

* cppexp.c (struct op): Add token pointer.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / line1.c
1 /* Copyright (C) 2000  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 /*
13   { dg-final { if \{ [grep line1.i baz] != "" \} \{ } }
14   { dg-final {   pass "line1.i: #line directive optimization" } }
15   { dg-final { \} else \{ } }
16   { dg-final {   fail "line1.i: #line directive optimization" } }
17   { dg-final { \} } }
18 */