SV* test( SV *a, SV *b ) { #### SV* test( SV *a, SV *b ) { SV *c = newSVsv(a); sv_catsv(c,b); return c; }