OSDN Git Service

new
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / crash14.C
1 // Build don't link:
2
3 template <class T> struct A {};
4 template <class T> struct A<T*>;
5 A<int*> ai; // ERROR - incomplete type