extern int m(int *this, int x); int ar[3] = { 2, 4, 8 }; RET(m(ar, 12) == 188 && ar[0] == 1 && ar[1] == 4 && ar[2] == 8);