1 2 3 4 5 6 7 8 9
export module M89; // Import statements here. import M92; import M94; export int f89() { return f92() + f94(); }