1 2 3 4 5 6 7 8 9
export module M10; // Import statements here. import M11; import M12; export int f10() { return f11() + f12(); }