brintos

brintos / llvm-project-archived public Read only

0
0
Text · 123 B · 330e13f Raw
11 lines · plain
1// module.modulemap2 3module Level1A {4  header "Level1A.h"5  export *6}7module Missing {8  header "Missing.h"9  export *10}11