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

@class Foo;

Foo* fooVar;

@interface Foo
-(void)method;
@end