summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/line1.c
blob: b13c1229d449cf95fd55f14ff6f6559b81116e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (C) 2000, 2003  Free Software Foundation.

   by Alexandre Oliva  <oliva@lsd.ic.unicamp.br>  */

/* { dg-do preprocess } */

/* The line number below must be just a few lines greater than the
   actual line number. */
#line 10 "baz"
wibble

/* { dg-final { scan-file line1.i baz } } */