1 2 3 4 5 6 7 8 9
export module M31; // Import statements here. import M32; import M34; export int f31() { return f32() + f34(); }