export module M89; // Import statements here. import M92; import M94; export int f89() { return f92() + f94(); }