aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap
blob: 7244cb0987e7d6f130626a13da4aed9bd8edc4ad (plain) (blame)
1
2
3
4
5
6
7
8
module libc [no_undeclared_includes] {
  module math { header "math.h" export * }
  module stdlib { header "stdlib.h" export * }
  module stddef { header "stddef.h" export * }
  module stdint { header "stdint.h" export * }
  module stdio { header "stdio.h" export * }
  module util { header "util.h" export * }
}