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
/
bindgen-tests
/
tests
/
headers
/
issue-946.h
blob: 5d145e09a8b6bd8d5996287d413298b5ec01391f (
plain
)
1
2
3
4
5
struct
foo
{ };
typedef
struct
foo bar
;
typedef
bar foo
;