1// bindgen-flags: -- -x objective-c
2// bindgen-osx-only
3
4@class Foo;
5
6Foo* fooVar;
7
8@interface Foo
9-(void)method;
10@end
11