IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / contrib / reghunt / examples / 29906b.cc
blobef644eee58d434016dcaa8693eaa2300c12c0247
1 struct A{
2 typedef int T;
3 virtual ~A();
4 };
5 struct B:public A{
6 using A::T;
7 };