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

template <class A> class B { public: A a; B(); };
class B<char> { public: int y[10]; };
static B<int> bi;
static B<char> bc;