diff options
Diffstat (limited to 'test/Modules/Inputs/PR28332/module.modulemap')
| -rw-r--r-- | test/Modules/Inputs/PR28332/module.modulemap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Modules/Inputs/PR28332/module.modulemap b/test/Modules/Inputs/PR28332/module.modulemap new file mode 100644 index 0000000000000..8c3f4ecab4e58 --- /dev/null +++ b/test/Modules/Inputs/PR28332/module.modulemap @@ -0,0 +1,3 @@ +module "c.h" { header "c.h" export * } +module "b.h" { header "b.h" export * } +module "a.h" { header "a.h" } |
