xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
expectations
/
tests
/
int128_t.rs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
1
#![
allow
(
2
dead_code
,
3
non_snake_case
,
4
non_camel_case_types
,
5
non_upper_case_globals
6
)]
7