X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=codea%2Flewurm_01.call;h=7102d6053582cc814a0ebfef7fead722555e8dd2;hp=448486438bda30d085145321e8669836989a1577;hb=343bf2420615f2bf98482eb6c1d91aff63bc2151;hpb=169a6232a279ffc0b1e9695d4f81afe3959e80cf diff --git a/codea/lewurm_01.call b/codea/lewurm_01.call index 4484864..7102d60 100644 --- a/codea/lewurm_01.call +++ b/codea/lewurm_01.call @@ -1,2 +1,2 @@ extern long f(long, long); -RET(f(0xDEAD, 5)==5); +RET((f(0xDEAD, 5)==5) && (f(0xDEAD, -3)==-3));