export module M95; // Import statements here. import M99; import M97; export int f95() { return f99() + f97(); }