Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/main
/
.
/
bindgen-tests
/
tests
/
headers
/
i128.h
blob: 1880f113056e2130deb2acb9432fdba4b7c9f769 [
file
] [
log
] [
blame
] [
edit
]
struct
foo
{
__int128 my_signed
;
unsigned
__int128 my_unsigned
;
};