1 2 3 4 5 6 7 8 9
export module M3; // Import statements here. import M8; import M4; export int f3() { return f8() + f4(); }