summaryrefslogtreecommitdiffstats
path: root/clang/test/ClangScanDeps/Inputs/module.modulemap
blob: 13171f29d69afd28bcdc4fdc1adece1283d12f67 (plain)
1
2
3
4
5
6
7
module header1 {
  header "header.h"
}

module header2 {
    header "header2.h"
}
OpenPOWER on IntegriCloud