summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/modularize/Inputs/MissingHeader/module.modulemap
blob: daa06fca78d26b90a6e0c029812a4c59d4606298 (plain)
1
2
3
4
5
6
7
8
9
10
// module.map

module Level1A {
  header "Level1A.h"
  export *
}
module Missing {
  header "Missing.h"
  export *
}
OpenPOWER on IntegriCloud