export module M73; // Import statements here. import M75; import M77; export int f73() { return f75() + f77(); }