2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / t35a.C
blob48f4ca6cf7189487dde0abddf0b5f486f42a6760
1 // { dg-do assemble  }
3 template <class X> struct A {  };
4 template <> struct A<int> { int foo (); };
5 int A<int>::foo () { return 37; }