codea: call aufrufe ausgebessert
[testub10.git] / codea / intelli_00.call
index ba0542b8c70c99334cac21182ec3709ac9faadb1..5008bf5ad077c7dd2bfa5ec4e55ebdd8cfe7ccf7 100644 (file)
@@ -1,9 +1,4 @@
 long f(long, long, long, long);
 long g(long, long, long);
 
-
-
-
-RET(f(1, 100, 10, 5) == 449);
-
-RET(g(5, -2, 7) == 51);
+RET(f(1, 100, 10, 5)==449 && g(5, -2, 7) == 51);