Commit 0915cbac authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

#412 testcase

parent 1bc457de
def f():
"""
>>> f()
True
True
"""
cdef char a
a = 62
print (a == '>')
print (a == <char>'>')
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