• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --rustified-enum ".*"
2 //
3 enum baz;
4 
5 struct Foo {
6     enum baz (*bar) (int x, int y);
7 };
8