(root)/
gcc-13.2.0/
gcc/
testsuite/
objc/
execute/
informal_protocol.m
/* 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;
}