1 // Test location of diagnostics for interpreting strings. Bug 17964.
2 // Origin: Joseph Myers <joseph@codesourcery.com>
5 const char *s = "\q"; // { dg-error "unknown escape sequence" }
7 const char *t = "\ "; // { dg-error "unknown escape sequence" }