diff options
Diffstat (limited to 'clang/test/Modules/Inputs/module.map')
-rw-r--r-- | clang/test/Modules/Inputs/module.map | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/module.map b/clang/test/Modules/Inputs/module.map index 640aa3c1f63..2819e62b8f1 100644 --- a/clang/test/Modules/Inputs/module.map +++ b/clang/test/Modules/Inputs/module.map @@ -63,3 +63,15 @@ module redecl_merge_bottom { header "redecl-merge-bottom.h" export * } +module namespaces_top { + header "namespaces-top.h" + export * +} +module namespaces_left { + header "namespaces-left.h" + export * +} +module namespaces_right { + header "namespaces-right.h" + export * +} |