package Banana::Tree;

use Test::More;

sub foo {
    ok(1, "imported sub in Foo::* works");
}
1
