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