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