summaryrefslogtreecommitdiff
path: root/tests/errors/incomplete_varadic.pyx
blob: 1695a874dfb840cd69cbbf9ec05974f32234fa71 (plain)
1
2
3
4
5
6
7
8
# mode: error

cdef error_time(bool its_fine, .):
    pass

_ERRORS = u"""
3: 31: Expected an identifier, found '.'
"""