// bindgen-flags: --objc-extern-crate -- -x objective-c // bindgen-osx-only @protocol Foo @end @interface Foo @end @interface Bar : Foo @end