[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_lewurm_13.call
diff --git a/gesamt/codea_lewurm_13.call b/gesamt/codea_lewurm_13.call
new file mode 100644 (file)
index 0000000..f1a4291
--- /dev/null
@@ -0,0 +1,6 @@
+long f1(long);
+long f2(long);
+long f3(long);
+RET((f1(4) == -2) &&
+       (f2(4) == 4) &&
+       (f3(4) == 4));