1 /* Test backslash newline with and without trailing spaces. */
3 #define alpha(a, b, c) \
8 /* Note the trailing whitespace on the next three lines. */
9 #define beta(a, b, c) \
14 /* { dg-warning "separated by space" "space" { target *-*-* } 9 } */
15 /* { dg-warning "separated by space" "tab" { target *-*-* } 10 } */
16 /* { dg-warning "separated by space" "space and tab" { target *-*-* } 11 } */