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 "" }