summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR28332/module.modulemap
blob: 8c3f4ecab4e584967fe9af248a881acaeea2e393 (plain)
1
2
3
module "c.h" { header "c.h" export * }
module "b.h" { header "b.h" export * }
module "a.h" { header "a.h" }
OpenPOWER on IntegriCloud