summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/libc-libcxx/include/c++/module.modulemap
blob: fd15779e934ab44383690d47f3a15de6ffe9e6bf (plain)
1
2
3
4
module "libc++" {
  module math { header "math.h" export * }
  module stdlib { header "stdlib.h" export * }
}
OpenPOWER on IntegriCloud