1 2 3 4 5 6 7 8 9
export module M84; // Import statements here. import M86; import M85; export int f84() { return f86() + f85(); }