summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/wrap_unsafe_ops_objc_class.h
blob: 017795c85d4cdb4861a8444092dfbc11a6f4a9e4 (plain)
1
2
3
4
5
6
7
8
9
10
// bindgen-flags: --wrap-unsafe-ops -- -x objective-c
// bindgen-osx-only

@class Foo;

Foo* fooVar;

@interface Foo
-(void)method;
@end