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