diff options
Diffstat (limited to 'tests/expectations/enum_alias.rs')
-rw-r--r-- | tests/expectations/enum_alias.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/expectations/enum_alias.rs b/tests/expectations/enum_alias.rs new file mode 100644 index 00000000..7ea85598 --- /dev/null +++ b/tests/expectations/enum_alias.rs @@ -0,0 +1,9 @@ +/* automatically generated by rust-bindgen */ + + +#![allow(non_snake_case)] + + +#[repr(u8)] +#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] +pub enum Bar { VAL = 0, } |