ppc: 'neue' testfaelle angepasst
[testub10.git] / gesamt_ppc / codeb_intelli_06.call
index 6f32852e125ffc68980efb109fe498ce8ebd8bb1..da22ab9085bfee8c2ed6cabc217e660e6b4f0266 100644 (file)
@@ -1,5 +1,5 @@
-extern long long* b(long long this, long long *a);
+extern int* b(int this, int *a);
 
-long long ar[3] = { 2, 4, 8 };
+int ar[3] = { 2, 4, 8 };
 
 RET(b(0xDEAD, ar) == ar && ar[0] == 3 && ar[1] == 2 && ar[2] == -4);