xxxxxxxxxx
import std.traits;
struct S
{
@disable this(this);
}
void main()
assert(hasElaborateCopyConstructor!S);