1 2 3 4 5 6 7 8 9
export module M75; // Import statements here. import M80; import M78; export int f75() { return f80() + f78(); }