export module M47; // Import statements here. import M49; import M51; export int f47() { return f49() + f51(); }