ppc: testfaelle fuer ppc32 'portiert'
[testub10.git] / gesamt_ppc / lewurm_03.0
1 method f()
2         return (this-50).g();
3 end;
4
5 method g()
6         return this--50;
7 end;