return value;
}
+/* checks $isa->does($does) */
static void
mouse_check_isa_does_does(pTHX_ SV* const klass, SV* const name, SV* const isa, SV* const does){
STRLEN len;
_process_options(SV* klass, SV* name, HV* args)
CODE:
{
+ /* TODO: initialize 'xa' here */
SV** svp;
SV* tc = NULL;