1 2 3 4 5 6 7 8 9
export module main_module; import main_module.module1; import main_module.module2; export void hello() { hello1(); hello2(); }