ppc: testfaelle fuer ppc32 'portiert'
[testub10.git] / gesamt_ppc / codeb_abgabe_ba.call
diff --git a/gesamt_ppc/codeb_abgabe_ba.call b/gesamt_ppc/codeb_abgabe_ba.call
new file mode 100644 (file)
index 0000000..e3f3c99
--- /dev/null
@@ -0,0 +1,5 @@
+extern long m(long,long);
+int r1 = m(7,4);
+int r2 = m(18,22);
+printf("r1: %d\nr2: %d\n", r1, r2);
+RET(r1==6 && r2==-8);