summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/enhanced-proto-1.m
blob: a3819f3a19589346fa1a2db514cd035eb57eeae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// RUN: %clang_cc1 -fsyntax-only -verify %s

@protocol MyProto1 
@optional
- (void) FOO;
@optional
- (void) FOO;
@required 
- (void) REQ;
@optional
@end

@protocol  MyProto2 <MyProto1>
- (void) FOO2;
@optional
- (void) FOO3;
@end
OpenPOWER on IntegriCloud