FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash13.C
blobf3de38e6be1efada78644722d7d5f7e7a1628ef9
1 // Build don't link:
3 template <class T> struct A {};
4 template <class T> struct A<T>;    // ERROR - does not specialize args
5 template <class T> const struct A; // ERROR - parse error
6 template <class T> template A<int>; // ERROR - .*