Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / normal-module-map / module.map
blobe17f44a8f4ffc6396a097b1e5fda802e10dc5ba3
1 module libA {
2   module a1 { header "a1.h" }
3   header "a2.h"
6 module libB {
7   header "b1.h"
10 module nested_umbrella {
11   umbrella "nested_umbrella"
12   module * { }