brintos

brintos / llvm-project-archived public Read only

0
0
Text · 138 B · e00d1b9 Raw
9 lines · plain
1module X {2  module A { header "a.h" }3  module B { header "b.h" }4}5module Y {6  module C { header "c.h" }7  module D { header "d.h" }8}9