[Utils] Identity map module-level debug info on first use in CloneFunction* (#118627)
[llvm-project.git] / clang / test / Modules / Inputs / libc-libcxx / include / c++ / module.modulemap
blobfd15779e934ab44383690d47f3a15de6ffe9e6bf
1 module "libc++" {
2   module math { header "math.h" export * }
3   module stdlib { header "stdlib.h" export * }