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

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