summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR25501/module.modulemap
blob: c6c8d5ca40f398bda0549000037100459f68e41b (plain)
1
2
3
4
module "a0" { header "a0.h" export * }
module "a1" { header "a1.h" export * }
module "a2" { header "a2.h" export * }
module "b" { header "b.h" export * }
OpenPOWER on IntegriCloud