brintos

brintos / llvm-project-archived public Read only

0
0
Text · 208 B · 449d51e Raw
24 lines · plain
1module 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}16 17module Good {18  header "Good.h"19}20 21module Bad {22  header "Bad.h"23}24