1 2 3 4 5 6 7 8 9
export module M40; // Import statements here. import M44; import M43; export int f40() { return f44() + f43(); }