struct Foo {
this(int mCtor) {}
int member1;
}
class Bar {
unittest {
Foo f;
f.m
Bar b = new Bar(1);
b.m