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