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

template <class A> class B { public: A a; };
static B<int> b_int;

int foo () { return b_int.a; }