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
/
const-const-mut-ptr.h
blob: cc7daf7c1e2117ba9574cd5e00ee10ef39ee9be4 (
plain
)
1
2
3
struct
foo
{
const int
**
const
*
const
*
bar
;
};