// bindgen-flags: --objc-extern-crate -- -x objective-c // bindgen-osx-only @interface Foo + (void)foo; - (void)foo; @end