summaryrefslogtreecommitdiff
path: root/tests/errors/callingnonexisting_T307.pyx
blob: e9409fcab4fff9223a3db75ddcfc1d362dcf9bac (plain)
1
2
3
4
5
6
7
8
# ticket: 307
# mode: error

nonexisting(3, with_kw_arg=4)

_ERRORS = u"""
4:0: undeclared name not builtin: nonexisting
"""