xxxxxxxxxx
struct S
{
@disable this(this);
int* _ptr;
}
pragma(msg, typeof(S.tupleof));
pragma(msg, S.init.tupleof);