export module M42; // Import statements here. import M47; import M46; export int f42() { return f47() + f46(); }