export module M65; // Import statements here. import M68; import M70; export int f65() { return f68() + f70(); }