[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_intelli_00.call
diff --git a/gesamt/codea_intelli_00.call b/gesamt/codea_intelli_00.call
new file mode 100644 (file)
index 0000000..5008bf5
--- /dev/null
@@ -0,0 +1,4 @@
+long f(long, long, long, long);
+long g(long, long, long);
+
+RET(f(1, 100, 10, 5)==449 && g(5, -2, 7) == 51);