static O ai_remember_f; // voidfunc(O) static A ai_remember(A a) { callF(ai_remember_f, a); ret a; }