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