export module M87; // Import statements here. import M89; import M90; export int f87() { return f89() + f90(); }