export module M2; // Import statements here. import M6; import M3; export int f2() { return f6() + f3(); }