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