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 * |
5 | } |
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 * |
10 | } |
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 * |
15 | } |
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 * |
20 | } |
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 * |
25 | } |
26 | |