1 2 3 4 5 6 7 8 9
export module M12; // Import statements here. import M15; import M16; export int f12() { return f15() + f16(); }