1 2 3 4 5 6 7 8 9
export module M6; // Import statements here. import M7; import M11; export int f6() { return f7() + f11(); }