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