blob: 449d51e7f70915fe2141a9eed742b468bc8c92ee [file] [log] [blame]
Richard Trieu4eefb452018-01-12 04:42:27 +00001module Box {
2 header "Box.h"
3}
4
5module Module1 {
6 header "M1.h"
7}
8
9module Module2 {
10 header "M2.h"
11}
12
13module Module3 {
14 header "M3.h"
15}
Richard Trieu0ac2eb72018-02-22 05:50:29 +000016
17module Good {
18 header "Good.h"
19}
20
21module Bad {
22 header "Bad.h"
23}