summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/unused-global-init/module.modulemap
blob: c40f0efeb5e390a95f7823cf6c932d8c7ac33132 (plain)
1
2
3
module used { header "used.h" }
module unused { header "unused.h" }
module init { module a { header "init.h" } module b { header "other.h" } }
OpenPOWER on IntegriCloud