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