export module Lib; export import :A; export import :B; export int lib_fn() { return a_fn() + b_fn(); }