comparison gcc/testsuite/c-c++-common/raw-string-6.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 // { dg-do compile }
2 // { dg-options "-std=gnu99" { target c } }
3 // { dg-options "-std=c++0x" { target c++ } }
4
5 const void *s0 = R"ouch()ouCh"; // { dg-error "at end of input" "end" }
6 // { dg-error "unterminated raw string" "unterminated" { target *-*-* } .-1 }