OSDN Git Service

PR c++/43856
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / c-c++-common / raw-string-8.c
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++ } }
5
6 const char a[] = R"(\
7
8 )";
9
10 T t;                            // { dg-error "" }