diff options
Diffstat (limited to 'test/Modules/Inputs/merge-class-definition-visibility/modmap')
-rw-r--r-- | test/Modules/Inputs/merge-class-definition-visibility/modmap | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Modules/Inputs/merge-class-definition-visibility/modmap b/test/Modules/Inputs/merge-class-definition-visibility/modmap new file mode 100644 index 0000000..7d988fb --- /dev/null +++ b/test/Modules/Inputs/merge-class-definition-visibility/modmap @@ -0,0 +1,7 @@ +module Def1 { + module B { header "b.h" } + module C { header "c.h" } +} +module Def2 { + header "d.h" +} |