class C { int _x, _y; C(x, y) : _x = x, assert(x < y), _y = y; }