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 main(void)10 int main(void) { return foo; } 11