blob: 565d723b8b76fa659c04bd6fbc9c5d2942ca6eca [file] [log] [blame]
export module M56;
// Import statements here.
import M57;
import M60;
export int f56() {
return f57() + f60();
}