Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp
/
string-2.C
blob: f7148623152868f636587b3a9039f33bf56be47c [
file
] [
log
] [
blame
]
// Test diagnostics for interpreting strings: This is a pedwarn.
// Origin: Joseph Myers <joseph@codesourcery.com>
// { dg-do compile }
// { dg-options "" }
const
char
*
s
=
"\q"
;
// { dg-warning "unknown escape sequence" }