michael@0: function f0() { michael@0: var v0; michael@0: (++v0) ^ (v0--); michael@0: } michael@0: print(f0()); michael@0: