export module M91; // Import statements here. import M96; import M92; export int f91() { return f96() + f92(); }