1 2 3 4 5 6 7 8 9
export module M82; // Import statements here. import M87; import M83; export int f82() { return f87() + f83(); }