aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/libc-libcxx/include/module.modulemap
blob: 744f5450b11a46c714e46aaa6c17dde0b0485869 (plain)
1
2
3
4
module libc [no_undeclared_includes] {
  module math { header "math.h" export * }
  module stdlib { header "stdlib.h" export * }
}