Mercurial > hg > CbC > CbC_gcc
comparison gcc/testsuite/gcc.dg/cpp/line1.c @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 (2017-10-27) |
parents | |
children |
comparison
equal
deleted
inserted
replaced
68:561a7518be6b | 111:04ced10e8804 |
---|---|
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 } } */ |