summaryrefslogtreecommitdiff
path: root/tests/headers/objc_class.h
blob: cea72e78aa9d5d51c390312f2e0201c2d076f96e (plain)
1
2
3
4
5
6
7
8
9
10
// bindgen-flags: --objc-extern-crate -- -x objective-c
// bindgen-osx-only

@class Foo;

Foo* fooVar;

@interface Foo
-(void)method;
@end