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