summaryrefslogtreecommitdiffstats
path: root/test/Parser/namelookup-bug-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/namelookup-bug-1.c')
-rw-r--r--test/Parser/namelookup-bug-1.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Parser/namelookup-bug-1.c b/test/Parser/namelookup-bug-1.c
new file mode 100644
index 0000000..3c8b85a
--- /dev/null
+++ b/test/Parser/namelookup-bug-1.c
@@ -0,0 +1,7 @@
+// RUN: clang-cc -verify %s
+
+typedef int Object;
+
+struct Object *pp;
+
+Object staticObject1;
OpenPOWER on IntegriCloud