export module M25; // Import statements here. import M29; import M28; export int f25() { return f29() + f28(); }