DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / compile / cunsignedlong.pyx
123456789
# mode: compile cdef void f(): cdef unsigned long x cdef object y=0 x = y y = x f()