summaryrefslogtreecommitdiff
path: root/tests/errors/typoT304.pyx
blob: 2de5573d406d17c9c969574f9124623d150543ed (plain)
1
2
3
4
5
6
7
8
9
# ticket: t304
# mode: error

def f():
    print assert sizeof(int) == sizof(short) == sizeof(long)

_ERRORS = u"""
5:10: Expected an identifier or literal
"""