Merged r157428 through r157652 into branch.
[official-gcc.git] / gcc / testsuite / gcc.dg / raw-string-6.c
blob338087a25fde8058ca9c751993b7c47839fa62b7
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu99" } */
4 const void *s0 = R"ouch[]ouCh"; /* { dg-error "expected expression at end of input" } */
5 /* { dg-error "unterminated raw string" "" { target *-*-* } 4 } */