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