ctor1.h   [plain text]


struct Foo
{
  ~Foo ();
};

struct Bar
{
  ~Bar ();
  Foo f;
};