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-1599-opaque-typedef-to-enum.h
blob: 85e845b85c1e955f226ac89c293ef1b551abbf9b (
plain
)
1
2
3
// bindgen-flags: --opaque-type d
typedef
enum
a
{
b
,
c
}
d
;