export module B; import A; export int bar() { return foo() + 1; }