1 | module Box { |
---|---|
2 | header "Box.h" |
3 | } |
4 | |
5 | module Module1 { |
6 | header "M1.h" |
7 | } |
8 | |
9 | module Module2 { |
10 | header "M2.h" |
11 | } |
12 | |
13 | module Module3 { |
14 | header "M3.h" |
15 | } |
16 | |
17 | module Good { |
18 | header "Good.h" |
19 | } |
20 | |
21 | module Bad { |
22 | header "Bad.h" |
23 | } |
24 |