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