class Test { byte i; void foo() { i++; ++i; i--; --i; if (i == 0); } }