2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / 20000627-1.c
blobdc0173244260a1abb5dd5fd5ca7c1624e0de2a2f
1 /* Test for spurious warnings with backslashes in perverse locations.
2 Bug exposed by Plumhall. */
3 /* { dg-do compile } */
5 extern int bar;
7 #def\
8 ine foo bar
10 int main(void) { return foo; }