1 2 3 4 5 6 7 8 9 10
/* Test for spurious warnings with backslashes in perverse locations. Bug exposed by Plumhall. */ /* { dg-do compile } */ extern int bar; #def\ ine foo bar int main(void) { return foo; }