Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
static_assert6.C
blob: 5323e71676bcb20f629d5544e7fb7d15eb4253c0 [
file
] [
log
] [
blame
]
// 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" }