export module M17; // Import statements here. import M18; import M19; export int f17() { return f18() + f19(); }