ppc: 'neue' testfaelle
[testub10.git] / gesamt_ppc / codeb_intelli_04.call
diff --git a/gesamt_ppc/codeb_intelli_04.call b/gesamt_ppc/codeb_intelli_04.call
new file mode 100644 (file)
index 0000000..130f710
--- /dev/null
@@ -0,0 +1,6 @@
+extern long a(long long *this);
+
+
+long long ar[3] = { 2, 4, 8 };
+
+RET(a(ar) == 815 && ar[0] == 815);