• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: --rustified-enum ".*"
2 
3 enum Foo {
4     Bar = 1,
5     Dupe = 1
6 };
7