Commit 2a11ce58 authored by Lisandro Dalcin's avatar Lisandro Dalcin

fix testcase

parent 16b10af2
......@@ -3,5 +3,8 @@ ctypedef struct Foo:
cdef Foo f():
blarg = 1 + 2
cdef Foo foo
foo.blarg = blarg
return foo
f()
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