(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp/
string-1.C
// Test location of diagnostics for interpreting strings.  Bug 17964.
// Origin: Joseph Myers <joseph@codesourcery.com>
// { dg-do compile }

const char *s = "\q"; // { dg-error "unknown escape sequence" }

const char *t = "\	"; // { dg-error "unknown escape sequence" }

const char *u = "";