summaryrefslogtreecommitdiffstats
path: root/test/PCH/Inputs/namespaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/Inputs/namespaces.h')
-rw-r--r--test/PCH/Inputs/namespaces.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/PCH/Inputs/namespaces.h b/test/PCH/Inputs/namespaces.h
new file mode 100644
index 0000000..1bab746
--- /dev/null
+++ b/test/PCH/Inputs/namespaces.h
@@ -0,0 +1,13 @@
+// Header for PCH test namespaces.cpp
+
+namespace N1 {
+ typedef int t1;
+}
+
+namespace N1 {
+ typedef int t2;
+}
+
+namespace N2 {
+ typedef float t1;
+}
OpenPOWER on IntegriCloud