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