OSDN Git Service

cp:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / crash22.C
1 // Build don't link:
2
3 template <class T>
4 struct S1 {};
5
6 template <class T, class U = S1<T> > 
7 struct S2 {};
8
9 template struct S2<100>; // ERROR - type/value mismatch