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