export module Calc; import NS; export int compute() { return math::add(3, math::mul(4, 5)); }