export module M75; // Import statements here. import M80; import M78; export int f75() { return f80() + f78(); }