Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / spec14.C
blob045865f45a5a8f1bcf3f98a28c68e2606034521d
1 // { dg-do assemble }
2 class X
4 public:
5   template <typename A, typename B, typename C>
6   X() {}
7   
8   template <typename A, typename B>
9   X::X<A, void, B>() {} // { dg-error "" } non-template type used as a template