summaryrefslogtreecommitdiff
path: root/tests/run/overflow_check_uint.pyx
blob: 1619695c88df4d2ceba5ed397716098715960e81 (plain)
1
2
3
4
5
6
# cython: overflowcheck.fold = False


ctypedef unsigned int INT

include "overflow_check.pxi"