blob: 5fc6aba094c26c36e5868af60634c0522614aa4b [file]
class C {
int _x, _y;
C(x, y) : _x = x, assert(x < y), _y = y;
}