DEBSOURCES
Skip Quicknav
sources / cython / 3.1.6%2Bdfsg-2 / tests / errors / e_cenum_expr.pyx
12345678910
# mode: error cdef enum Foo: d Foo _ERRORS = u""" 6:0: 'Foo' is not a constant, variable or function identifier """