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