[codeb] Instr update + forgotten testcase
[testub10.git] / codeb / codea_snafu_02.0
1 method q(x y)
2         return 5 - ((x - 3) - y);
3 end;
4
5 method r(x y)
6         return (x - y) - 10;
7 end;
8
9 method s(x y)
10         return 6 - (x - 1);
11 end;