export module M34; // Import statements here. import M36; import M38; export int f34() { return f36() + f38(); }