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