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