Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
e23f0a7ad6fe7a394cd83f92979eb5871a040052
/
.
/
bindgen-tests
/
tests
/
headers
/
objc_protocol_inheritance.h
blob: 13135fddbc1e88f059ca8e4e3cfc58656fd5daba [
file
] [
log
] [
blame
]
// bindgen-flags: -- -x objective-c
// bindgen-osx-only
@protocol
Foo
@end
@interface
Foo
<
Foo
>
@end
@interface
Bar
:
Foo
@end