Update gcc uk.po
[official-gcc.git] / gcc / testsuite / c-c++-common / raw-string-6.c
blobd8a5ac0e158d109302118f2e631305ab618631bd
1 // { dg-do compile { target { c || c++11 } } }
2 // { dg-options "-std=gnu99" { target c } }
4 const void *s0 = R"ouch()ouCh"; // { dg-error "unterminated raw string" "unterminated" }
5 // { dg-error "at end of input" "end" { target *-*-* } .-1 }