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
/
extern-const-struct.h
blob: 10006e8284ddf298e708cad5cb1bf8bebdd0327d (
plain
)
1
2
3
4
5
struct
nsFoo
{
float
details
[
400
];
};
extern
const struct
nsFoo gDetails
;