module.modulemap 93 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 module A { header "a.h" } module B { header "b.h" } module std { header "memory.h" }