module.map 183 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 module "my/module-a" { header "a.h" use "my/module-c" module "Sub" { header "sub.h" } } module "my/module-b" { header "b.h" } module "my/module-c" { header "c.h" }