ppc: 'neue' testfaelle angepasst
[testub10.git] / gesamt_ppc / codeb_intelli_04.call
index 130f7107cfcc51560396458bdf57ea4d006b8cd7..eddb611d619af196791f7287f6c3bd1625aa9527 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) == 815 && ar[0] == 815);