summaryrefslogtreecommitdiff
path: root/tests/errors/e2_packedstruct_T290.pyx
blob: 084b36d713b8d584ec1c658dd0bf78b8f70ff6a9 (plain)
1
2
3
4
5
6
7
8
9
# ticket: t290
# mode: error

cdef packed foo:
    pass

_ERRORS = u"""
4:12: Expected 'struct', found 'foo'
"""