export module M72; // Import statements here. import M75; import M76; export int f72() { return f75() + f76(); }