summaryrefslogtreecommitdiff
path: root/tests/headers/error-E0600-cannot-apply-unary-negation-to-u32.h
blob: 4c342c0ec5c119f969342c05b5f81cb0069b7e81 (plain)
1
2
3
4
5
// bindgen-flags: --raw-line "#![allow(overflowing_literals)]"

typedef unsigned int uint32_t;

uint32_t a = 18446744073709551611;