export module M18; // Import statements here. import M23; import M22; export int f18() { return f23() + f22(); }