diff options
Diffstat (limited to 'tests/headers/objc_class.h')
-rw-r--r-- | tests/headers/objc_class.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/headers/objc_class.h b/tests/headers/objc_class.h deleted file mode 100644 index f5ec9507..00000000 --- a/tests/headers/objc_class.h +++ /dev/null @@ -1,10 +0,0 @@ -// bindgen-flags: -- -x objective-c -// bindgen-osx-only - -@class Foo; - -Foo* fooVar; - -@interface Foo --(void)method; -@end |