DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / errors / typoT304.pyx
123456789
# ticket: t304 # mode: error def f(): print assert sizeof(int) == sizof(short) == sizeof(long) _ERRORS = u""" 5:10: Expected an identifier or literal """