scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / intelli_01.0
1 method m()
2        return a(4 - this, (10 * this) - (10 - this));
3 end;
4
5 method a(x y)
6        return x - y - (this * -1);
7 end;