1 2 3 4 5 6 7 8 9
export module M9; // Import statements here. import M12; import M13; export int f9() { return f12() + f13(); }