Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / macro-ambiguity / module.modulemap
blob23da294c745ffdc1a5a7e72dd2b4c908b9593530
1 module a {
2   header "Inputs/macro-ambiguity/a/quote/a_quote.h"
3   header "Inputs/macro-ambiguity/a/system/a_system.h"
4   export *
6 module b [system] {
7   header "Inputs/macro-ambiguity/b/quote/b_quote.h"
8   header "Inputs/macro-ambiguity/b/system/b_system.h"
9   export *
11 module c {
12   header "Inputs/macro-ambiguity/c/quote/c_quote.h"
13   header "Inputs/macro-ambiguity/c/system/c_system.h"
14   export *
16 module d [system] {
17   header "Inputs/macro-ambiguity/d/quote/d_quote.h"
18   header "Inputs/macro-ambiguity/d/system/d_system.h"
19   export *
21 module e {
22   textual header "Inputs/macro-ambiguity/e/quote/e_quote.h"
23   textual header "Inputs/macro-ambiguity/e/system/e_system.h"
24   export *