spec3.h   [plain text]


class Base {};

struct A : virtual public Base
{
  A();
};

struct B {};