Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / c-c++-common / raw-string-6.c
bloba3ae422896be4acdee3a595e5153d1cc6732a8ce
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" }
6 // { dg-error "unterminated raw string" "" { target *-*-* } 5 }