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