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
/
anon_enum.hpp
blob: c740520241010ee55d3368ace2c76e22797700b6 (
plain
)
1
2
3
4
5
struct
Test
{
int
foo
;
float
bar
;
enum
{
T_NONE
};
};