• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: --ignore-methods -- --target=i686-pc-win32
2 
3 struct Foo {
4     void test();
5 };
6