xref: /llvm-project/clang/test/Modules/Inputs/libc-libcxx/include/module.modulemap (revision ed84df008f609f7245871a9b6d00b57cb19410aa)
1module libc [no_undeclared_includes] {
2  module math { header "math.h" export * }
3  module stdlib { header "stdlib.h" export * }
4}
5