aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/t35a.C
blob: 40fba4d0997fd334a516a307fce972684c594f68 (plain)
1
2
3
4
5
// Build don't link: 

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