* btest-gcc.sh (TESTLOGS): Examine regressions in libstdc++,
[official-gcc.git] / gcc / testsuite / objc / execute / informal_protocol.m
blob9815053a2e9840515e4d296575d14d28a1b0b42f
1 /* Contributed by Nicola Pero - Fri Mar  9 21:35:47 CET 2001 */
2 #include <objc/objc.h>
3 #include <objc/Object.h>
5 @interface Object (StopProtocol)
6 - (void) stop;
7 @end
9 int main (void)
11   return 0;