[gesamt] Added and adopted Testcases from SS09
[testub10.git] / gesamt / old_abgabe_cc.call
diff --git a/gesamt/old_abgabe_cc.call b/gesamt/old_abgabe_cc.call
new file mode 100644 (file)
index 0000000..90335b1
--- /dev/null
@@ -0,0 +1,10 @@
+#define DEFINE_G
+
+extern long f(long,long);
+
+
+printf("f(%d,%d) == %d, sollte %d\n",5,3,f(5,3),73);
+
+RET(f(5,3)==73);
+
+