summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-class-definition-visibility/modmap
blob: dcb65871886a71051989b6a89ef766e141ab0d4e (plain)
1
2
3
4
5
6
7
8
module Def1 {
  module B { header "b.h" }
  module C { header "c.h" }
}
module Def2 {
  module D { header "d.h" }
  module E { header "e.h" }
}
OpenPOWER on IntegriCloud