]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.old-deja/g++.pt/ctor2.C
new
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / ctor2.C
1 // Test for use of template parms in constructor name.
2 // Submitted by Jason Merrill <jason@cygnus.com>
3 // Build don't link:
4
5 template <class T>
6 struct A {
7 A<T>();
8 };
9
10 template <class T>
11 A<T>::A<T>()
12 {
13 }
This page took 0.038313 seconds and 5 git commands to generate.