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

@protocol Foo
@end

@interface Foo <Foo>
@end