#include struct arg { int a, b; }; int f(struct arg *aa) { return aa->b; }