Commit 40175f2d authored by Stefan Behnel's avatar Stefan Behnel

test case for broken parallel assignment

parent b6817a57
__doc__ = u"""
>>> test()
5
"""
def test():
a = b = c = 5
return a
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