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_dupe.h
blob: 6d3591d5cb5cc73cfcac5811af950b5ec67a5fe2 (
plain
)
1
2
3
4
enum
Foo
{
Bar
=
1
,
Dupe
=
1
};