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