1 2 3 4 5 6 7 8 9
export module M44; // Import statements here. import M45; import M47; export int f44() { return f45() + f47(); }