summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/submodules/module.map
blob: 16cedac231e750ef852b31b27309bde7ff11000e (about) (plain)
1
2
3
4
5
module std {
  module vector { header "vector.h" }
  module type_traits { header "type_traits.h" }
  explicit module hash_map { header "hash_map.h" }
}