#include int main() { struct _3int { int x; int y; int z; } a, b; int * p = &a.z; int * q = $translate_ptr(p, &b); return *q; }