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: 6cbdfe044e2e2d512ab14aceb9bc929f5951d632 (
plain
)
1
2
3
4
enum
Foo
{
Bar
= -
2
,
Qux
=
1
,
};