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