brintos

brintos / llvm-project-archived public Read only

0
0
Text · 126 B · b2c96bd Raw
6 lines · plain
1module a { header "a.h" export * }2module b {3  module b1 { header "b1.h" export * }4  module b2 { header "b2.h" export * }5}6