DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / errors / e_cdef_missing_declarator.pyx
123456789
# mode: error cdef int cdef extern from *: void f(int) _ERRORS = u""" 3:8: Empty declarator """