export module M16; // Import statements here. import M17; import M21; export int f16() { return f17() + f21(); }