1 // { dg-options -std=c++0x }
2 
3 template<char...>
4   int operator"" _xyz(unsigned long long);	// { dg-error "has invalid argument list" }
5