1 2 3 4 5 6 7 8 9
export module M50; // Import statements here. import M55; import M51; export int f50() { return f55() + f51(); }