OSDN Git Service

2008-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp / string-2.C
1 // Test diagnostics for interpreting strings: This is a pedwarn.
2 // Origin: Joseph Myers <joseph@codesourcery.com>
3 // { dg-do compile }
4 // { dg-options "" }
5
6 const char *s = "\q"; // { dg-warning "warning: unknown escape sequence" }