blob: e83476f2d603f1c0efb204424a0b2c4ee60e7a75 [file] [log] [blame]
struct Foo
{
~Foo ();
};
struct Bar
{
~Bar ();
Foo f;
};