Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Core / Inputs / module / module.modulemap
blob180a4aad36dcdc0696c10f0bb018cf26ba8f94a1
1 module ModA {
2   header "ModA.h" export *
4   module SubModA {
5     header "SubModA.h"
7     module SubSubModA {
8       header "SubSubModA.h"
9     }
10   }