• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: -- -x objective-c
2 // bindgen-osx-only
3 
4 @interface Foo
5 + (void)foo;
6 - (void)foo;
7 @end
8