1 2 3 4 5 6 7 8 9
export module M36; // Import statements here. import M41; import M41; export int f36() { return f41() + f41(); }