1*c2132d8fSChandler Carruthmodule a {
2*c2132d8fSChandler Carruth  header "Inputs/macro-ambiguity/a/quote/a_quote.h"
3*c2132d8fSChandler Carruth  header "Inputs/macro-ambiguity/a/system/a_system.h"
4*c2132d8fSChandler Carruth  export *
5*c2132d8fSChandler Carruth}
6*c2132d8fSChandler Carruthmodule b [system] {
7*c2132d8fSChandler Carruth  header "Inputs/macro-ambiguity/b/quote/b_quote.h"
8*c2132d8fSChandler Carruth  header "Inputs/macro-ambiguity/b/system/b_system.h"
9*c2132d8fSChandler Carruth  export *
10*c2132d8fSChandler Carruth}
11*c2132d8fSChandler Carruthmodule c {
12*c2132d8fSChandler Carruth  header "Inputs/macro-ambiguity/c/quote/c_quote.h"
13*c2132d8fSChandler Carruth  header "Inputs/macro-ambiguity/c/system/c_system.h"
14*c2132d8fSChandler Carruth  export *
15*c2132d8fSChandler Carruth}
16*c2132d8fSChandler Carruthmodule d [system] {
17*c2132d8fSChandler Carruth  header "Inputs/macro-ambiguity/d/quote/d_quote.h"
18*c2132d8fSChandler Carruth  header "Inputs/macro-ambiguity/d/system/d_system.h"
19*c2132d8fSChandler Carruth  export *
20*c2132d8fSChandler Carruth}
21*c2132d8fSChandler Carruthmodule e {
22*c2132d8fSChandler Carruth  textual header "Inputs/macro-ambiguity/e/quote/e_quote.h"
23*c2132d8fSChandler Carruth  textual header "Inputs/macro-ambiguity/e/system/e_system.h"
24*c2132d8fSChandler Carruth  export *
25*c2132d8fSChandler Carruth}
26