2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash4.C
blob9bdc51f24fcf5cf23174fe4e91294fcaafebb11d
1 // { dg-do assemble  }
3 template <unsigned rank>
4 class Tensor
6 };
8 template <unsigned rank>
9 class Tensor<2> : Tensor<rank> { // { dg-error "" } template parameters not used