codea: testfaelle von intelli
[testub10.git] / codea / intelli_00.call
diff --git a/codea/intelli_00.call b/codea/intelli_00.call
new file mode 100644 (file)
index 0000000..bfe18ac
--- /dev/null
@@ -0,0 +1,9 @@
+long f(long, long, long, long);
+long g(long, long, long, long, long);
+
+
+
+
+RET(f(1, 100, 10, 5) == 449);
+
+RET(g(0, -2, 7, 14, 20) == 764);