blob: a2fcb65ba93e77b00c02d451d44588ccd54aecff [file] [log] [blame]
class Increment {
Increment() : =x++ {}
late int x;
}
main() {}