OSDN Git Service

* g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / spec14.C
1 // crash test - XFAIL *-*-*
2 class X
3 {
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>() {} // ERROR - non-template type used as a template
10 };