1 2 3 4 5 6 7 8 9
export module M19; // Import statements here. import M24; import M22; export int f19() { return f24() + f22(); }