1 2 3 4 5 6 7 8 9
export module M17; // Import statements here. import M18; import M19; export int f17() { return f18() + f19(); }