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