blob: 46b7c0c5873637dfb49ffdecc7c4b3fdb427f1af [file] [log] [blame]
class C {
int _x, _y;
C(x, y)
: _x = x,
assert (x < y),
_y = y;
}