diff options
Diffstat (limited to 'tests/headers/objc_property_fnptr.h')
-rw-r--r-- | tests/headers/objc_property_fnptr.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/headers/objc_property_fnptr.h b/tests/headers/objc_property_fnptr.h deleted file mode 100644 index fe3e7fcc..00000000 --- a/tests/headers/objc_property_fnptr.h +++ /dev/null @@ -1,6 +0,0 @@ -// bindgen-flags: -- -x objective-c -// bindgen-osx-only - -@interface Foo -@property int (*func)(char, short, float); -@end |