1 2 3 4 5 6 7 8 9
export module M38; // Import statements here. import M40; import M41; export int f38() { return f40() + f41(); }