summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/system-out-of-date/module.map
blob: 0c0f42a5d01ca6cd3761186186a2798ab4c5705c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module X [system] {
  header "X.h" // imports Y
  export *
}
module Y {
  header "Y.h"
  export *
}
module Z {
  header "Z.h" // imports Y
  export *
}
OpenPOWER on IntegriCloud