Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / raw-string-6.c
blob2c2d5b2d9ef4bbb1acc0d0ecc399bdd2633f534a
1 // { dg-do compile }
2 // { dg-options "-std=gnu99" { target c } }
3 // { dg-options "-std=c++0x" { target c++ } }
5 const void *s0 = R"ouch()ouCh"; // { dg-error "at end of input" "end" }
6 // { dg-error "unterminated raw string" "unterminated" { target *-*-* } .-1 }