blob: f4ef4dee48bd3c9491acfc76bab72fb43952f243 [file] [log] [blame]
module pkgDIP37_10302.libb;
import pkgDIP37_10302.liba;
void bar()
{
foo();
// should be error, but unfortunately this works by bug 314 now.
//lib.foo();
pkgDIP37_10302.liba.foo();
}