export module M3; // Import statements here. import M8; import M4; export int f3() { return f8() + f4(); }