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