scripts: add onetest_gesamt for arm64
[testub10.git] / gesamt / lewurm_07.0
1 struct a end;
2 method f()
3         return this.a - inc();
4 end;
5 method inc()
6         this.a := this.a--1;
7         return this.a;
8 end;