blob: dc0173244260a1abb5dd5fd5ca7c1624e0de2a2f (
plain)
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; }
|