OSDN Git Service

2001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / t10.C
1 // Build don't link: 
2
3 template <class A> class B { public: A a; B(); };
4 class B<char> { public: int y[10]; };
5 static B<int> bi;
6 static B<char> bc;