extern int* b(int this, int *a); int ar[3] = { 2, 4, 8 }; RET(b(0xDEAD, ar) == ar && ar[0] == 3 && ar[1] == 2 && ar[2] == -4);