blob: b947c73eea479d7cbbb94e5afea179f5b3bb68b8 [file] [log] [blame]
// Test diagnostics for interpreting strings: should be an error by
// default.
// Origin: Joseph Myers <joseph@codesourcery.com>
// { dg-do compile }
// { dg-options "" }
const char *s = "\q"; // { dg-error "error: unknown escape sequence" }