Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / g++.dg / cpp / string-2.C
blob137c3de1931ac7c2734a3e85f7ca86f901dbc13f
1 // Test diagnostics for interpreting strings: This is a pedwarn.
2 // Origin: Joseph Myers <joseph@codesourcery.com>
3 // { dg-do compile }
4 // { dg-options "" }
6 const char *s = "\q"; // { dg-warning "warning: unknown escape sequence" }