summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/crash13.C
blob: f3de38e6be1efada78644722d7d5f7e7a1628ef9 (plain)
1
2
3
4
5
6
// Build don't link:

template <class T> struct A {};
template <class T> struct A<T>;    // ERROR - does not specialize args
template <class T> const struct A; // ERROR - parse error
template <class T> template A<int>; // ERROR - .*