[codeb] Instr update + forgotten testcase
[testub10.git] / codeb / abgabe_bb.0
1 method m()
2   var that:=3*this;
3   return this or that;
4 end;