1 2 3 4 5 6 7 8 9
export module M18; // Import statements here. import M23; import M22; export int f18() { return f23() + f22(); }