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