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