scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / codeb_abgabe_ba.0
1 method m(x)
2   x := this-x;
3   return x*2;
4 end;