OSDN Git Service

New testcases
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc / execute / informal_protocol.m
1 /* Contributed by Nicola Pero - Fri Mar  9 21:35:47 CET 2001 */
2 #include <objc/objc.h>
3 #include <objc/Object.h>
4
5 @interface Object (StopProtocol)
6 - (void) stop;
7 @end
8
9 int main (void)
10 {
11   return 0;
12 }
13