summaryrefslogtreecommitdiff
path: root/tests/headers/objc_protocol.h
blob: 46978a3b4eccd49ef1e739ff63a1599287b91b47 (plain)
1
2
3
4
5
6
7
8
// bindgen-flags: -- -x objective-c
// bindgen-osx-only

@protocol Foo
@end

@interface Foo <Foo>
@end