1 2 3 4 5 6 7 8 9
export module M80; // Import statements here. import M84; import M81; export int f80() { return f84() + f81(); }