blob: 6ec399c72611b853ca0834a7249151ee241ea2a6 [file] [log] [blame]
// bindgen-flags: --rust-target 1.26
struct foo {
__int128 my_signed;
unsigned __int128 my_unsigned;
};