1 // { dg-do compile { target c++11 } }
2 
3 char32_t
4 operator"" (char32_t C)	// { dg-error "expected suffix identifier" }
5 { return C; }
6