summaryrefslogtreecommitdiff
path: root/tests/expectations/enum.rs
blob: 8138d697811500433b01703c618fcb21d9304683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* automatically generated by rust-bindgen */


#![allow(non_snake_case)]


#[repr(u32)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
pub enum Foo { Bar = 0, Qux = 1, }
#[repr(i32)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
pub enum Neg { MinusOne = -1, One = 1, }