aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/parse2.C
blob: f7b737e69151b3d612ccba6d251e738aa1ef95fd (plain)
1
2
3
4
5
6
7
8
// Build don't link:
// Origin: Jason Merrill <jason@cygnus.com>

template <class T> struct A {
  A (const A&) { }
};

template A<int>::A (const A&);