1 // { dg-do compile { target c++11 } }
2 
3 class Foo { };
4 
5 template<char...>
6   Foo operator"" _Foo();
7