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