aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/objc/execute/informal_protocol.m
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/testsuite/objc/execute/informal_protocol.m')
-rw-r--r--gcc-4.9/gcc/testsuite/objc/execute/informal_protocol.m13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/testsuite/objc/execute/informal_protocol.m b/gcc-4.9/gcc/testsuite/objc/execute/informal_protocol.m
new file mode 100644
index 000000000..e21a750ee
--- /dev/null
+++ b/gcc-4.9/gcc/testsuite/objc/execute/informal_protocol.m
@@ -0,0 +1,13 @@
+/* Contributed by Nicola Pero - Fri Mar 9 21:35:47 CET 2001 */
+#import "../../objc-obj-c++-shared/TestsuiteObject.h"
+#include <objc/objc.h>
+
+@interface TestsuiteObject (StopProtocol)
+- (void) stop;
+@end
+
+int main (void)
+{
+ return 0;
+}
+