aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/cpp/line2.c
blob: 5ee0e04becd36c89ab2e259248cf9a4f76abe756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright (C) 2000  Free Software Foundation.

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

/* { dg-do preprocess } */

#line 1
#line 0 
#line 2
#line 32768 

/* { dg-error "out of range" "line # too low" { target *-*-* } 1 } */
/* { dg-error "out of range" "line # too high" { target *-*-* } 2 } */