xxxxxxxxxx
@nogc
nothrow:
struct S
{
this(this)
impl++;
}
~this()
int* impl;
struct C
S s1;
S s2;
extern(C) int main()
return 0;