1 2 3 4 5 6 7 8 9
export module M1; // Import statements here. import M4; import M2; export int f1() { return f4() + f2(); }