ppc: testfaelle fuer ppc32 'portiert'
[testub10.git] / gesamt_ppc / lewurm_01.0
1 method f(a)
2         return (g(a*5) - (0-this));
3 end;
4
5 method g(b)
6         b := (0-b) - 100;
7         return this-b;
8 end;