brintos

brintos / llvm-project-archived public Read only

0
0
Text · 164 B · 46f6954 Raw
19 lines · plain
1module "a" {2  textual header "a.h"3}4 5module "b" {6  export *7  header "b.h"8}9 10module "c" {11  export *12  header "c.h"13}14 15module "d" {16  export *17  header "d.h"18}19