brintos

brintos / llvm-project-archived public Read only

0
0
Text · 93 B · 2f05073 Raw
12 lines · plain
1module A {2  header "a.h"3}4 5module B {6  header "b.h"7}8 9module std {10  header "memory.h"11}12