2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp / string-2.C
blobf7148623152868f636587b3a9039f33bf56be47c
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 "unknown escape sequence" }