diff options
Diffstat (limited to 'clang/test/Modules/Inputs/PR28332/module.modulemap')
-rw-r--r-- | clang/test/Modules/Inputs/PR28332/module.modulemap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/PR28332/module.modulemap b/clang/test/Modules/Inputs/PR28332/module.modulemap new file mode 100644 index 00000000000..8c3f4ecab4e --- /dev/null +++ b/clang/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" } |