Fix type in the changelog entry,
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / multiline-2.c
blob2841e00fb3b343744808188fe455a08a51d07203
1 /* Copyright (C) 2000, 2003 Free Software Foundation, Inc. */
3 /* { dg-do compile } */
5 /* Test that multi-line tokens are rejected by the compiler. Source:
6 Neil Booth. */
8 const char *p = "line 1
10 ""; /* The compiler front end sees this. */
12 /* { dg-error "17:missing term" "multiline strings" { target *-*-* } 8 } */
13 /* { dg-error "missing term" "multiline strings" { target *-*-* } 9 } */