scripts: add onetest_gesamt for arm64
[testub10.git] / codeb / abgabe_bb.0
1 method m()
2   var that:=3*this;
3   return this or that;
4 end;