testsuite: Skip analyzer tests on AIX.
[official-gcc.git] / gcc / testsuite / c-c++-common / raw-string-6.c
blob819dd44aff46ae1f2106c073dfec6303fb725bde
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 "unterminated raw string" "unterminated" }
6 // { dg-error "at end of input" "end" { target *-*-* } .-1 }