1// bindgen-flags: -- -x objective-c 2// bindgen-osx-only 3 4@interface Foo 5@end 6 7@protocol bar 8@end 9