summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/udlit-nosuffix-neg.C
blob: b90635cd0fc3c0a8b5ba43df78039c2179bd08aa (plain)
1
2
3
4
5
// { dg-options -std=c++0x }

char32_t
operator"" (char32_t C)	// { dg-error "expected suffix identifier" }
{ return C; }