scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / codeb_abgabe_bi.0
1 struct a b c end;
2
3 method m(flag)
4   a:=b-1;
5   if flag then
6     b:=c-1;
7     var a:=95;
8     c:=a-1;
9   else
10     a:=a-10;
11     var b:=a*2;
12     b:=23;
13     c:=b*2;
14   end;
15   b:=b-17;
16   return this;
17 end;