• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: --rustified-enum ".*" -- -std=c++11
2 
3 typedef unsigned char uint8_t;
4 
5 enum Bar : uint8_t {
6   VAL
7 };
8