blob: d471c231354b59d31da96923c18b8900961c22fc [file] [log] [blame]
export module M85;
// Import statements here.
import M86;
import M86;
export int f85() {
return f86() + f86();
}