codea: spass mit '-' und 'this'
[testub10.git] / codea / lewurm_01.call
index 57a0ec6ee4b219907f1dc975606a0eae0bf323b8..7102d6053582cc814a0ebfef7fead722555e8dd2 100644 (file)
@@ -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));