empty6.h   [plain text]


struct A {};

struct B {
  A a;
  virtual void f () {}
  int i;
};