1 2 3 4 5 6 7 8 9
export module M2; // Import statements here. import M6; import M3; export int f2() { return f6() + f3(); }