1 // bindgen-flags: -- -x objective-c
2 // bindgen-osx-only
3 
4 @interface A
5 -(void)f:(int)arg1 as:(int)arg2;
6 @end
7