// Can't assign to type "const int32" on left-hand int func() { const int x = 2; ++x; }