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