X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=codea%2Flewurm_01.call;h=7102d6053582cc814a0ebfef7fead722555e8dd2;hb=b0a180255d33c4f4b1158e03788411e905ed36b4;hp=448486438bda30d085145321e8669836989a1577;hpb=be85547e3d15ae2c19318236bd96074b9073b7d6;p=testub10.git 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));