scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / lewurm_06.0
1 method f()
2         return (this-1).g(this-5, this-10);
3 end;
4
5 method g(a b)
6         return this-a-b;
7 end;