blob: bf1672bf9f3e8e6109173cf4ac93e2cec13695fe [file] [log] [blame]
export module M82;
// Import statements here.
import M87;
import M83;
export int f82() {
return f87() + f83();
}