OSDN Git Service

PR c++/51107
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / udlit-tmpl-arg-neg.C
1 // { dg-options -std=c++0x }
2
3 template<char...>
4   int operator"" _xyz(unsigned long long);      // { dg-error "has invalid argument list" }