summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/category_right_sub.h
blob: c8ba7937f561e24edec0344465e415376219f565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@interface Foo(RightSub) <P2>
@property id right_sub_prop;
@end

@interface Foo() {
@public
  int right_sub_ivar;
}
@end

@protocol P4
- (void)p4_method;
@property (retain) id p4_prop;
@end

@interface Foo(LeftP4) <P4>
@end

// A hidden extension
@interface Foo ()
@property (assign) int hiddenPropertyFromExtension;
@end
OpenPOWER on IntegriCloud