export module M39; // Import statements here. import M41; import M42; export int f39() { return f41() + f42(); }