1 // PR c++/51397
2 // { dg-do compile { target c++11 } }
3 
4 static_assert('X' != '\130', "'X' has the wrong value"); // { dg-error "'X' has the wrong value" }
5