[codeb] Instr update + forgotten testcase
[testub10.git] / codeb / skinner33_06.0
1 struct a end;
2
3 method f()
4         this.a := this.a;
5         return this.a;
6 end;