scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / codea_snafu_01.0
1 method a()
2         return 5 - 3;
3 end;
4
5 method b(x)
6         return 5 - x;
7 end;
8
9 method c(x)
10         return x - 3;
11 end;