blob: 250040071d2028c256483b2f53bf64305380c807 [file] [log] [blame]
// Build don't link:
struct S {
typedef long I;
};
struct D : virtual public S {
I i;
};