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