summaryrefslogtreecommitdiff
path: root/tests/run/overflow_check_ulonglong.pyx
blob: 958a58b564830de85bda0be0deafa8b9fe5c2a25 (plain)
1
2
3
4
5
6
# cython: overflowcheck.fold = True


ctypedef unsigned long long INT

include "overflow_check.pxi"