brintos

brintos / llvm-project-archived public Read only

0
0
Text · 684 B · 23da294 Raw
26 lines · plain
1module a {2  header "Inputs/macro-ambiguity/a/quote/a_quote.h"3  header "Inputs/macro-ambiguity/a/system/a_system.h"4  export *5}6module b [system] {7  header "Inputs/macro-ambiguity/b/quote/b_quote.h"8  header "Inputs/macro-ambiguity/b/system/b_system.h"9  export *10}11module c {12  header "Inputs/macro-ambiguity/c/quote/c_quote.h"13  header "Inputs/macro-ambiguity/c/system/c_system.h"14  export *15}16module d [system] {17  header "Inputs/macro-ambiguity/d/quote/d_quote.h"18  header "Inputs/macro-ambiguity/d/system/d_system.h"19  export *20}21module 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 *25}26