codea: sub mit 0 und mul mit 1
[testub10.git] / codea / lewurm_13.call
1 long f1(long);
2 long f2(long);
3 long f3(long);
4 RET((f1(4) == -2) &&
5         (f2(4) == 4) &&
6         (f3(4) == 4));