ppc: 'neue' testfaelle
[testub10.git] / gesamt_ppc / old_abgabe_cc.call
diff --git a/gesamt_ppc/old_abgabe_cc.call b/gesamt_ppc/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);
+
+