extern long a(int *this); int ar[3] = { 2, 4, 8 }; RET(a(ar) == 3260 && ar[2] == 3260 && ar[0] == 815);