contract C { function f() public { uint x = 2; x++; } } // ----