brintos

brintos / llvm-project-archived public Read only

0
0
Text · 184 B · 0f21cee Raw
7 lines · plain
1module M {2  module A { header "a.h" export * }3  module B { header "b.h" export * }4  module X { header "x.h" header "missing.h" export * }5  module All { header "all.h" export * }6}7