aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/udlit-nosuffix-neg.C
blob: 790726fb71d518807c790ba90e7016546d136a9b (plain)
1
2
3
4
5
// { dg-do compile { target c++11 } }

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