blob: 137c3de1931ac7c2734a3e85f7ca86f901dbc13f (
plain)
1
2
3
4
5
6
|
// 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 "warning: unknown escape sequence" }
|