brintos

brintos / llvm-project-archived public Read only

0
0
Text · 78 B · 9300fcf Raw
9 lines · plain
1module A {2  header "A.h"3  export *4}5module B {6  header "B.h"7  export *8}9