1 // { dg-options -std=c++0x }
2 
3 class Foo { };
4 
5 template<char...>
6   Foo operator"" _Foo();
7