import some mro tests
[gitmo/Class-C3-XS.git] / t / lib / F.pm
1 package t::lib::F;
2 use base ('t::lib::C', 't::lib::D');
3 1;