export module M22;

// Import statements here.
import M24;
import M23;

export int f22() {
  return f24() + f23();
}