scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / codeb_intelli_10.0
1 method m(a)
2         var u := 10;
3         if this < 50 then
4                 if 10 < a then
5                         return a - 10;
6                 end;
7                 var x:= 20;
8                 if this < 0 then
9                         x := x or 64;
10                 end;
11                 u := u * x;
12         end;
13         return u;
14 end;