OSDN Git Service

2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / 20000627-1.c
1 /* Test for spurious warnings with backslashes in perverse locations.
2    Bug exposed by Plumhall.  */
3 /* { dg-do compile } */
4
5 extern int bar;
6
7 #def\
8 ine foo bar
9
10 int main(void) { return foo; }