[gesamt] Added and adopted Testcases from SS09
[testub10.git] / gesamt / old_abgabe_cb.call
diff --git a/gesamt/old_abgabe_cb.call b/gesamt/old_abgabe_cb.call
new file mode 100644 (file)
index 0000000..668c074
--- /dev/null
@@ -0,0 +1,3 @@
+extern long f(long,long,long);
+
+RET(f(42,5,3)==3 && f(42,-3,5)==-3);