export module M50; // Import statements here. import M55; import M51; export int f50() { return f55() + f51(); }