1 2 3 4 5 6 7 8
export module bar; import zoo; export namespace bar { int add(int a, int b) { return zoo::add(a, b); } }