xxxxxxxxxx
void main() {
auto f = Foo(42);
}
mixin template ThisInt()
{
this(int) {}
struct Foo
string a;
mixin ThisInt;