summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/i128.h
blob: 6ec399c72611b853ca0834a7249151ee241ea2a6 (plain)
1
2
3
4
5
6
// bindgen-flags: --rust-target 1.26

struct foo {
  __int128 my_signed;
  unsigned __int128 my_unsigned;
};