Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
c-c++-common
/
raw-string-8.c
blob: 685b2ef681af4200eb8a0ca71aee7313085534e0 [
file
] [
log
] [
blame
]
// Test that we track line numbers properly across newlines
// both escaped and not in raw strings.
// { dg-options "-std=gnu99" { target c } }
// { dg-options "-std=c++0x" { target c++ } }
const
char
a
[]
=
R
"(
\
)
";
T t
;
// { dg-error "" }