Commit e3dc3b21 authored by Stefan Behnel's avatar Stefan Behnel

extended test case

parent 65a0f3f1
......@@ -41,3 +41,7 @@ def j(b):
cdef int result
result = 2 in b
return result
def k(a):
cdef int result = a in [1,2,3,4]
return result
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment