2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / parse2.C
blob10f79d9392867e9ba81a12e9d3d2c760a6801b0e
1 // { dg-do assemble  }
2 // Origin: Jason Merrill <jason@cygnus.com>
4 template <class T> struct A {
5   A (const A&) { }
6 };
8 template A<int>::A (const A&);