xxxxxxxxxx
struct X {
@disable this();
@disable this(this);
@disable void opAssign();
short b;
private this(int a) {
}
void main() {
auto x = X(5);