1 2 3 4 5 6 7 8 9
export module M34; // Import statements here. import M36; import M38; export int f34() { return f36() + f38(); }