1 2 3 4 5 6 7 8 9
export module M65; // Import statements here. import M68; import M70; export int f65() { return f68() + f70(); }