blob: 6d9a394ff0e877cefc455029321de59c7dae2e4e [file] [log] [blame]
export module M38;
// Import statements here.
import M40;
import M41;
export int f38() {
return f40() + f41();
}