Mercurial > hg > CbC > CbC_gcc
annotate gcc/testsuite/gcc.dg/cpp/line1.c @ 158:494b0b89df80 default tip
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 18:13:55 +0900 |
parents | 04ced10e8804 |
children |
rev | line source |
---|---|
111 | 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 } } */ |