ppc: 'neue' testfaelle angepasst
[testub10.git] / gesamt_ppc / codeb_intelli_05.call
index fb144223d8945ef9c68cbd01cb06ea929f4022ff..4c5ad1e5cd8e6c59efadd2a6d17f61c746165347 100644 (file)
@@ -1,6 +1,6 @@
-extern long a(long long *this);
+extern long a(int *this);
 
 
-long long ar[3] = { 2, 4, 8 };
+int ar[3] = { 2, 4, 8 };
 
-RET(a(ar) == 3260 && ar[2] == 3260 && ar[0] == 815);
\ No newline at end of file
+RET(a(ar) == 3260 && ar[2] == 3260 && ar[0] == 815);