export module M26; // Import statements here. import M30; import M27; export int f26() { return f30() + f27(); }