OSDN Git Service

* charset.c (cpp_init_iconv): Initialize utf8_cset_desc.
[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 } */