export module M14;

// Import statements here.
import M17;
import M17;

export int f14() {
  return f17() + f17();
}