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
/
libbindgen
/
tests
/
headers
/
const_enum_unnamed.hpp
blob: eb139434ce0a2b2b34f8a422605ce0af4fa121c1 (
plain
)
1
2
3
4
5
6
7
8
9
enum
{
FOO_BAR
,
FOO_BAZ
,
};
class
Foo
{
enum
{
FOO_BAR
=
10
};
};