1// bindgen-flags: --raw-line "#![allow(overflowing_literals)]"
2
3typedef unsigned int uint32_t;
4
5uint32_t a = 18446744073709551611;
6