xxxxxxxxxx
struct Foo
{
@system ~this() {}
}
@safe:
struct Bar
Foo f;
~this() @trusted {}
void main()
Bar b;