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