aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.pt/t35a.C
blob: 48f4ca6cf7189487dde0abddf0b5f486f42a6760 (plain)
1
2
3
4
5
// { dg-do assemble  }

template <class X> struct A {  };
template <> struct A<int> { int foo (); };
int A<int>::foo () { return 37; }