xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
zero-size-array-align.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
struct
dm_deps
{
2
unsigned
count
;
3
unsigned
filler
;
4
unsigned
long
long
device
[0];
5
};
6