ppc: 'neue' testfaelle
[testub10.git] / gesamt_ppc / codeb_intelli_07.call
diff --git a/gesamt_ppc/codeb_intelli_07.call b/gesamt_ppc/codeb_intelli_07.call
new file mode 100644 (file)
index 0000000..d66845c
--- /dev/null
@@ -0,0 +1,5 @@
+extern long long m(long long *this, long long x);
+
+long long ar[3] = { 2, 4, 8 };
+
+RET(m(ar, 12) == 188 && ar[0] == 1 && ar[1] == 4 && ar[2] == 8);