scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / codea_skinner33_00.0
1 method w()
2         return not this;
3 end;
4
5 method x()
6         return not (not this);
7 end;
8
9 method y()
10         return not (not (not this));
11 end;