ppc: 'neue' testfaelle
[testub10.git] / gesamt_ppc / codeb_skinner33_00.call
diff --git a/gesamt_ppc/codeb_skinner33_00.call b/gesamt_ppc/codeb_skinner33_00.call
new file mode 100644 (file)
index 0000000..147d180
--- /dev/null
@@ -0,0 +1,8 @@
+
+long foo(long*, long);
+long bar(long, long);
+long blu(long, long);
+
+long inp[] = {2};
+
+RET(foo(inp, 4) == 32 && blu(1337,42) == 4 && bar(0xDEAD,4) == 10 && bar(0x1337, 9) == 10);