aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/anon-redecl/module.modulemap
blob: 49678452e0c4e21df0cf252851a8af362090b87f (plain) (blame)
1
2
3
4
5
6
module a { header "a.h" }
module b { header "b.h" }
module c {
  module c1 { header "c1.h" }
  module c2 { header "c2.h" }
}