diff options
Diffstat (limited to 'test/Modules/Inputs/merge-using-decls/module.modulemap')
-rw-r--r-- | test/Modules/Inputs/merge-using-decls/module.modulemap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Modules/Inputs/merge-using-decls/module.modulemap b/test/Modules/Inputs/merge-using-decls/module.modulemap new file mode 100644 index 0000000..a415527 --- /dev/null +++ b/test/Modules/Inputs/merge-using-decls/module.modulemap @@ -0,0 +1,2 @@ +module A { header "a.h" } +module B { header "b.h" } |