module foo; import bar; namespace foo { int hello() { return bar::hello(); } }