Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/try
/
.
/
tests
/
headers
/
anon_enum.hpp
blob: 23dc5ceb8f1a676ae0e52c3657e9d83b94a006c3 [
file
] [
log
] [
blame
] [
edit
]
// 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
;