export module M84; // Import statements here. import M86; import M85; export int f84() { return f86() + f85(); }