summaryrefslogtreecommitdiff
path: root/clang/test/SemaObjC/class-protocol.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/class-protocol.m')
-rw-r--r--clang/test/SemaObjC/class-protocol.m6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/SemaObjC/class-protocol.m b/clang/test/SemaObjC/class-protocol.m
new file mode 100644
index 0000000..91cd138
--- /dev/null
+++ b/clang/test/SemaObjC/class-protocol.m
@@ -0,0 +1,6 @@
+// RUN: %clang_cc1 -fsyntax-only -verify %s
+// pr5552
+
+@interface Protocol
+@end
+