1 2 3 4 5 6 7 8 9
export module M5; // Import statements here. import M6; import M8; export int f5() { return f6() + f8(); }