Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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; }