Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
e23f0a7ad6fe7a394cd83f92979eb5871a040052
/
.
/
bindgen-tests
/
tests
/
headers
/
const_enum_unnamed.hpp
blob: cee87e6464e912caf84bc53110bfc19f4e5046d8 [
file
] [
log
] [
blame
]
// bindgen-flags: --rustified-enum ".*"
enum
{
FOO_BAR
,
FOO_BAZ
,
};
class
Foo
{
enum
{
FOO_BAR
=
10
};
};