brintos

brintos / llvm-project-archived public Read only

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