import some mro tests
[gitmo/Class-C3-XS.git] / t / lib / B.pm
diff --git a/t/lib/B.pm b/t/lib/B.pm
new file mode 100644 (file)
index 0000000..5d02adf
--- /dev/null
@@ -0,0 +1,3 @@
+package t::lib::B;
+our @ISA = qw//;
+1;