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

class B { };
template <class x, int b> class X : public B { int y[b]; };