summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/odr_hash-Friend/module.modulemap
blob: 28e1832e30e9a97d92316cd3a8433f1da4136e4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module Box {
  header "Box.h"
}

module Module1 {
  header "M1.h"
}

module Module2 {
  header "M2.h"
}

module Module3 {
  header "M3.h"
}
OpenPOWER on IntegriCloud