import foobar; import bar2; int main() { foo::say(bar::hello()); foo::say(bar::hello2()); return 0; }