summaryrefslogtreecommitdiff
path: root/gcc/testsuite/objc/execute/informal_protocol.m
blob: 3978e6aa2deaa076f0894098ea880ada6110650c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Contributed by Nicola Pero - Fri Mar  9 21:35:47 CET 2001 */
#import "../../objc-obj-c++-shared/Object1.h"
#include <objc/objc.h>

@interface Object (StopProtocol)
- (void) stop;
@end

int main (void)
{
  return 0;
}