diff options
Diffstat (limited to 'bindgen-tests/tests/headers/objc_protocol.h')
-rw-r--r-- | bindgen-tests/tests/headers/objc_protocol.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bindgen-tests/tests/headers/objc_protocol.h b/bindgen-tests/tests/headers/objc_protocol.h new file mode 100644 index 00000000..46978a3b --- /dev/null +++ b/bindgen-tests/tests/headers/objc_protocol.h @@ -0,0 +1,8 @@ +// bindgen-flags: -- -x objective-c +// bindgen-osx-only + +@protocol Foo +@end + +@interface Foo <Foo> +@end |