blob: 28e1832e30e9a97d92316cd3a8433f1da4136e4f [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}