// module.map

module Level1A {
  header "Level1A.h"
  export *
}
module Missing {
  header "Missing.h"
  export *
}