1 2 3 4 5 6 7 8 9
module foo; import bar; namespace foo { int hello() { return bar::hello(); } } // namespace foo