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