1 | |
---|---|
2 | module M { |
3 | |
4 | module A { |
5 | header "A/A.h" |
6 | textual header "someheader.h" |
7 | export * |
8 | } |
9 | |
10 | module B { |
11 | header "B/B.h" |
12 | textual header "someheader.h" |
13 | export * |
14 | } |
15 | |
16 | export * |
17 | } |
18 |
1 | |
---|---|
2 | module M { |
3 | |
4 | module A { |
5 | header "A/A.h" |
6 | textual header "someheader.h" |
7 | export * |
8 | } |
9 | |
10 | module B { |
11 | header "B/B.h" |
12 | textual header "someheader.h" |
13 | export * |
14 | } |
15 | |
16 | export * |
17 | } |
18 |