Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[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 * }