1 // { dg-do compile { target c++11 } }
2 
3 #include <string>
4 
5 std::string operator"" 5X(const char*, std::size_t);	// { dg-error "expected suffix identifier" }
6