1 2 3 4 5 6 7 8 9
export module M46; // Import statements here. import M47; import M51; export int f46() { return f47() + f51(); }