Commit 689f6281 authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

Whoops. Checking in testcase to demonstrate error in previous commits.

parent 7499c3d4
......@@ -2,8 +2,13 @@
__doc__ = """
>>> test(1, 2)
4 1 2 2 0
>>> A().value
4
"""
cdef class A:
cdef int value = 4
def test(x, int y):
if True:
before = 0
......
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