1 // bindgen-flags: -- -x objective-c 2 // bindgen-osx-only 3 4 @interface Foo 5 @property int (*func)(char, short, float); 6 @end 7