1 2 3 4 5 6 7 8 9
export module M91; // Import statements here. import M96; import M92; export int f91() { return f96() + f92(); }