2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / inject1.C
blob05f4ef235ea6b5a89f8c80cdd3bbcf5323570c17
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 template <int I>
5 struct S {
6   struct T* x;
7 };
9 template struct S<2>;
11 T* t;