OSDN Git Service

2012-04-15 Fabien ChĂȘne <fabien@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / static_assert6.C
1 // PR c++/51397
2 // { dg-options "-std=c++0x" }
3
4 static_assert('X' != '\130', "'X' has the wrong value"); // { dg-error "'X' has the wrong value" }