blob: 4aaab31a2f2322ca931c0914ba7661b43c5b5e92 [file] [log] [blame]
export module M36;
// Import statements here.
import M41;
import M41;
export int f36() {
return f41() + f41();
}