• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: -- -x objective-c
2 // bindgen-osx-only
3 
4 @interface A
5 -(void)f:(int)arg1 as:(int)arg2;
6 -(void)crate:(int)self;
7 @end
8 
9 @interface B
10 
11 @property(nonatomic, retain) id type;
12 
13 @end
14