xxxxxxxxxx
extern(C) void puts(const char*);
struct S
{
long[3] a;
this(this) { puts("PB"); }
}
void main()
S[4] a;
auto b = a;