export module M77; // Import statements here. import M81; import M82; export int f77() { return f81() + f82(); }