summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/namespaces-right.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/namespaces-right.h')
-rw-r--r--clang/test/Modules/Inputs/namespaces-right.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/namespaces-right.h b/clang/test/Modules/Inputs/namespaces-right.h
index 0afef073c31..d103c00c820 100644
--- a/clang/test/Modules/Inputs/namespaces-right.h
+++ b/clang/test/Modules/Inputs/namespaces-right.h
@@ -27,3 +27,15 @@ namespace N6 {
namespace N7 {
double &f(double);
}
+
+namespace N8 {
+ int &f(int);
+}
+
+namespace N9 {
+ int &f(int);
+}
+
+namespace N10 {
+ int &f(int);
+}
OpenPOWER on IntegriCloud