export module M86; // Import statements here. import M88; import M89; export int f86() { return f88() + f89(); }