xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
const_resolved_ty.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
typedef
unsigned
char
uint8_t
;
2
3
void
foo
(
const
uint8_t
*
foo
);
4