module myModule {
  header "myModule.h"
  export *
}

module minmax {
  header "minmax.h"
  export *
}