Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / objc / execute / informal_protocol.m
blob3978e6aa2deaa076f0894098ea880ada6110650c
1 /* Contributed by Nicola Pero - Fri Mar  9 21:35:47 CET 2001 */
2 #import "../../objc-obj-c++-shared/Object1.h"
3 #include <objc/objc.h>
5 @interface Object (StopProtocol)
6 - (void) stop;
7 @end
9 int main (void)
11   return 0;