brintos

brintos / llvm-project-archived public Read only

0
0
Text · 142 B · b7e404e Raw
12 lines · plain
1module ModCommon {2  header "mod_common.h"3 4  module ModCommonSub {5    header "mod_common_sub.h"6  }7}8 9module ModTU {10  header "mod_tu.h"11}12