Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / builtin-headers / builtin-modules.modulemap
blob0fbb454dbb0223dccc6a3c253695aefe5a22c570
1 module c_complex [system] {
2   header "complex.h"
3   export *
6 module c_float [system] {
7   header "float.h"
8   export *
11 module c_inttypes [system] {
12   header "inttypes.h"
13   export *
16 module c_limits [system] {
17   header "limits.h"
18   export *
21 module c_math [system] {
22   header "math.h"
23   export *
26 module c_stdint [system] {
27   header "stdint.h"
28   export *