blob: 31d33664c1f1477473a0cc724bd2c4d1df7d2778 [file] [log] [blame]
// bindgen-flags: --objc-extern-crate -- -x objective-c
// bindgen-osx-only
@interface Foo
@end
struct FooStruct {
Foo *foo;
};
void fooFunc(Foo *foo);
static const Foo *kFoo;