export module M82; // Import statements here. import M87; import M83; export int f82() { return f87() + f83(); }