aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/odr_hash-Friend/module.modulemap
blob: 449d51e7f70915fe2141a9eed742b468bc8c92ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module Box {
  header "Box.h"
}

module Module1 {
  header "M1.h"
}

module Module2 {
  header "M2.h"
}

module Module3 {
  header "M3.h"
}

module Good {
  header "Good.h"
}

module Bad {
  header "Bad.h"
}