2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / line2.c
blob5ee0e04becd36c89ab2e259248cf9a4f76abe756
1 /* Copyright (C) 2000 Free Software Foundation.
3 by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */
5 /* { dg-do preprocess } */
7 #line 1
8 #line 0
9 #line 2
10 #line 32768
12 /* { dg-error "out of range" "line # too low" { target *-*-* } 1 } */
13 /* { dg-error "out of range" "line # too high" { target *-*-* } 2 } */