export module M28; // Import statements here. import M33; import M30; export int f28() { return f33() + f30(); }