index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
headers
/
enum_negative.h
blob: 0fa0df9712c1d2266d5b631fd485373c3396b399 (
plain
)
1
2
3
4
5
6
// bindgen-flags: --rustified-enum ".*"
enum
Foo
{
Bar
= -
2
,
Qux
=
1
,
};