codea: spass mit '-' und 'this'
[testub10.git] / codea / lewurm_01.call
index 448486438bda30d085145321e8669836989a1577..7102d6053582cc814a0ebfef7fead722555e8dd2 100644 (file)
@@ -1,2 +1,2 @@
 extern long f(long, long);
-RET(f(0xDEAD, 5)==5);
+RET((f(0xDEAD, 5)==5) && (f(0xDEAD, -3)==-3));