lookup9.C   [plain text]


// Build don't link:

struct S {
  typedef long I;
};

struct D : virtual public S {
  I i;
};