X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=codea%2Flewurm_01.call;h=7102d6053582cc814a0ebfef7fead722555e8dd2;hb=8160a0a30f55dbb60dcbda2a35221e4bc7a40120;hp=57a0ec6ee4b219907f1dc975606a0eae0bf323b8;hpb=45d4c7cdf7842d9886c40224c04600c8001ef03c;p=testub10.git diff --git a/codea/lewurm_01.call b/codea/lewurm_01.call index 57a0ec6..7102d60 100644 --- a/codea/lewurm_01.call +++ b/codea/lewurm_01.call @@ -1,2 +1,2 @@ -extern long f(long); -RET(f(5)==5); +extern long f(long, long); +RET((f(0xDEAD, 5)==5) && (f(0xDEAD, -3)==-3));