blob: dc0173244260a1abb5dd5fd5ca7c1624e0de2a2f [file] [log] [blame]
/* 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; }