summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/namespaces-top.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/namespaces-top.h')
-rw-r--r--clang/test/Modules/Inputs/namespaces-top.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/namespaces-top.h b/clang/test/Modules/Inputs/namespaces-top.h
new file mode 100644
index 0000000..0c607f5
--- /dev/null
+++ b/clang/test/Modules/Inputs/namespaces-top.h
@@ -0,0 +1,14 @@
+namespace N1 {
+ int& f(int);
+}
+
+namespace N2 {
+ int& f(int);
+}
+
+namespace N3 {
+ int& f(int);
+}
+
+namespace N12 { }
+