export module M38; // Import statements here. import M40; import M41; export int f38() { return f40() + f41(); }