diff options
Diffstat (limited to 'test/Modules/Inputs/PR27513/module.modulemap')
-rw-r--r-- | test/Modules/Inputs/PR27513/module.modulemap | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Modules/Inputs/PR27513/module.modulemap b/test/Modules/Inputs/PR27513/module.modulemap new file mode 100644 index 0000000000000..ee2a9ce4aa58d --- /dev/null +++ b/test/Modules/Inputs/PR27513/module.modulemap @@ -0,0 +1,7 @@ +module "c.h" {header "c.h" export *} +module "b2.h" { header "b2.h" export *} +module "b.h" {header "b.h" export *} +module "b111.h" { header "b111.h" export *} +module "b11.h" { header "b11.h" export *} +module "b1111.h" { header "b1111.h" export *} +module "b1112.h" { header "b1112.h" export *} |