OSDN Git Service

Index: gcc/ChangeLog
[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; }