Fortran: Fix PR 47485.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / udlit-nosuffix-neg.C
blobe89b9f5a689f1cde5955f7a16612cd9d1581b0d4
1 // { dg-do compile { target c++11 } }
3 char32_t
4 operator ""(char32_t C) // { dg-error "expected suffix identifier" }
5 { return C; }