brintos

brintos / llvm-project-archived public Read only

0
0
Text · 194 B · d2f0c77 Raw
8 lines · plain
1module x { module a { header "a.h" } module b { header "b.h" } }2module other { header "other.h" }3 4module cycles {5  module cycle1 { header "cycle1.h" }6  module cycle2 { header "cycle2.h" }7}8