1 /* Verify that cpp doesn't screw up the line numbering when a macro argument
2 extends over multiple lines. */
3 /* { dg-do compile } */
5 #define FOO(x) /* nothing */
12 else; /* { dg-error "parse error|syntax error|expected" "error on this line" { target *-*-* } { 12 } } */