Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
e23f0a7ad6fe7a394cd83f92979eb5871a040052
/
.
/
bindgen-tests
/
tests
/
headers
/
anon_enum.hpp
blob: bbd52240a71db1149a86d018901eecf84eb5985a [
file
] [
log
] [
blame
]
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --rustified-enum ".*"
struct
Test
{
int
foo
;
float
bar
;
enum
{
T_NONE
};
};
typedef
enum
{
Foo
,
Bar
,
}
Baz
;