Commit e021a252 authored by Stefan Behnel's avatar Stefan Behnel

test case for inlined function

parent e093225c
__doc__ = u"""
>>> test(3)
3
"""
def test(x):
return retinput(x)
cdef inline int retinput(int x):
o = x
return o
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