rt_gccstream/gcc/testsuite/g++.old-deja/g++.other/lookup9.C

10 lines
97 B
C

// { dg-do assemble }
struct S {
typedef long I;
};
struct D : virtual public S {
I i;
};