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