scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / old_abgabe_cc.0
1 method f(x)
2   return (x-1).g(this-(-1));
3 end;
4 /*
5 #C-Funktion:
6 #long g(long x, long y)
7 #{
8 #  return h(x*2, y*3)+1;
9 #}
10 */
11 method h(x)
12   return x*this;
13 end;