1 2 3 4 5 6 7 8
import foobar; import bar2; int main() { foo::say(bar::hello()); foo::say(bar::hello2()); return 0; }