brintos

brintos / llvm-project-archived public Read only

0
0
Text · 134 B · 4b3600a Raw
12 lines · plain
1module ModCommon {2  header "mod_common.h"3}4 5module ModTU {6  header "mod_tu.h"7 8  module ModTUSub {9    header "mod_tu_sub.h"10  }11}12