aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-parms.C
blob: bc7eaf66fb936f419b9bf6dd7da12ddfc2c7fb0e (plain)
1
2
3
4
5
6
// { dg-do compile { target c++11 } }

class Foo { };

template<char...>
  Foo operator"" _Foo();