1 2 3 4 5 6 7 8 9
export module M53; // Import statements here. import M57; import M56; export int f53() { return f57() + f56(); }