scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / codeb_intelli_12.0
1 method m()
2         if this < -100 then
3                 return -4711;
4         else
5                 if (-10 < this) then
6                         if (this < -5) then
7                                 if (this = -6) then
8                                         return 1;
9                                 else
10                                         return 2;
11                                 end;
12                         else
13                                 if this = -4 then
14                                         return 3;
15                                 end;
16                         if this = -3 then
17                                 return 6;
18                         end;
19                                 if this = -2 then
20                                         return 7;
21                                 end;
22                         end;
23                 else
24                         return 4;
25                 end;
26         end;
27         return 5;
28 end;
29