FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / spec25.C
blob884abf07dee26c92ab9d4103a9e2183c8ae7e177
1 // Build don't link:
3 template <class T, int I>
4 struct S {
5 };
7 template <int I>
8 struct S <double, I> {
9 };
11 template <class T>
12 void f ()
14   S<double, T::x> s;