bfcd11640a7474ae58b1076584f0c8324a98aeee
[testub10.git] / gesamt / lewurm_03.call
1 long f(long);
2 #define ERG 320
3 int ret = f(ERG);
4 printf("ret ist %i (sollte %i sein)\n", ret, ERG);
5 RET(ret == ERG);