void get_a( ) PPCODE: A a = getAFromSomewhere( ); SV *a_sv = buildA(a); XPUSHs(sv_2mortal(a_sv));