scripts: add onetest_gesamt for arm64
[testub10.git] / parser / lewurm_00.0
1 struct _mystruct1 ___mystruct2 mystruct3 end;
2 method f ()
3         var muh := 0x10;
4         muh := muh * (9 - 0x4);
5         /* test comment */
6         /* ganz
7         vieeeeeeeeeel
8         kommentar
9         
10         
11         */
12         if (muh = -0x5) then
13                 muh := muh * -2;
14         else
15                 muh := 0x55;
16                 f();
17         end;
18
19         while (muh < 10) do
20                 muh := muh *      ((((((((((((-2))))))))))));
21         end;
22
23         /* warum geht das nciht? */
24         while (muh < 10) do
25                 muh := muh--2;
26         end;
27
28         mystruct.hu := muh;
29         mystruct.check_i_ned := muh;
30
31         this.bla := wtf;
32
33         return muh;
34 end;