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