1// bindgen-flags: --rust-target 1.26 2 3struct foo { 4 __int128 my_signed; 5 unsigned __int128 my_unsigned; 6}; 7