scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / lewurm_09.0
1 /* inspired by s'evil skinn0rEE ! */
2 struct a end;
3 method f()
4         return ((this--8).g()).h(j());
5 end;
6
7 method g()
8         this.a := this.a*10;
9         return this--8;
10 end;
11
12 method h()
13         this.a := this.a*20;
14         return this--8;
15 end;
16
17 method j()
18         this.a := this.a*30;
19         return this--8;
20 end;