codea: sub mit 0 und mul mit 1
[testub10.git] / codea / lewurm_12.call
diff --git a/codea/lewurm_12.call b/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));