scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / codeb_intelli_07.0
1 struct x y z end;
2
3 method m(x)
4        var a := x;
5        this.x := (this.y or this.z) = a;
6        x := 47;
7        return this.y * x;
8 end;