export module M85;

// Import statements here.
import M86;
import M86;

export int f85() {
  return f86() + f86();
}