Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / header-attribs / modular.modulemap
blob945d7150fd2fbef0e7fa46c51936f5f91541b3cb
1 module A {
2   header "foo.h" { size 13 }
3   header "bar.h" { size 1000 }
4   header "baz.h" { mtime 1 }