export module M5; // Import statements here. import M6; import M8; export int f5() { return f6() + f8(); }