Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
udlit-suffix-neg.C
blob: 7283fed9a3569c610c4aad1a04315f34cc6d3988 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
#include
<string>
std
::
string
operator
""
5X
(
const
char
*,
std
::
size_t
);
// { dg-error "expected suffix identifier" }