aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/merge-vtable-codegen/merge-vtable-codegen.modulemap
blob: 1edaa07101f9c678b6bdfc9c9d2b62d225f3029c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
module "a" {
  textual header "a.h"
}

module "b" {
  header "b.h"
}

module "c" {
  header "c.h"
}