More N3077 raw string changes
[official-gcc.git] / gcc / testsuite / c-c++-common / raw-string-8.c
blob685b2ef681af4200eb8a0ca71aee7313085534e0
1 // Test that we track line numbers properly across newlines
2 // both escaped and not in raw strings.
3 // { dg-options "-std=gnu99" { target c } }
4 // { dg-options "-std=c++0x" { target c++ } }
6 const char a[] = R"(\
8 )";
10 T t; // { dg-error "" }