summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR28812/module.modulemap
blob: d2d2b4a0c345d96abee9ef40fec08e613f1c99b4 (plain)
1
2
3
4
5
6
module "A" {
  header "a.h"
}
module "B" { 
  header "b.h"
}
OpenPOWER on IntegriCloud