module.modulemap 208 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 module Box { header "Box.h" } module Module1 { header "M1.h" } module Module2 { header "M2.h" } module Module3 { header "M3.h" } module Good { header "Good.h" } module Bad { header "Bad.h" }