import some mro tests
[gitmo/Class-C3-XS.git] / t / lib / A.pm
1 package t::lib::A;
2 our @ISA = qw//;
3 1;