(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
static_assert6.C
// PR c++/51397
// { dg-do compile { target c++11 } }

static_assert('X' != '\130', "'X' has the wrong value"); // { dg-error "'X' has the wrong value" }