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