blob: 8312ba4ae7422245ca2703afb58c61cd6576203e [file] [log] [blame]
// bindgen-flags: --objc-extern-crate -- -x objective-c
// bindgen-osx-only
@interface Foo
// FIXME: We are not generating valid code for this
// but at least we should not die
@property int (*func)(char, short, float);
@end