OSDN Git Service

2010-02-10 Joost VandeVondele <jv244@cam.ac.uk>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / raw-string-6.c
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu99" } */
3
4 const void *s0 = R"ouch[]ouCh"; /* { dg-error "expected expression at end of input" } */
5         /* { dg-error "unterminated raw string" "" { target *-*-* } 4 } */