export module M40; // Import statements here. import M44; import M43; export int f40() { return f44() + f43(); }