Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / separate_map_tree / maps / modulea.map
blob736503ecaebe8f8cb35d31f4459a7003901e2bae
1 module D {
2   header "../src/common.h"
5 module A {
6   header "../src/common.h"
7   use C
10 extern module B "moduleb.map"
11 extern module C "modulec.map"