Commit 25770a89 authored by Stefan Behnel's avatar Stefan Behnel

test fix

parent aadc8010
__doc__ = """ __doc__ = """
>>> >>> f()
(30, 22)
""" """
def f(): def f():
cdef int int1, int2, int3 cdef int int1, int2, int3
cdef char *ptr1, *ptr2, *ptr3 cdef char *ptr1, *ptr2 = "test", *ptr3 = "toast"
int2 = 10 int2 = 10
int3 = 20 int3 = 20
obj1 = 1 obj1 = 1
......
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