Commit c5c7012c authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

Testcase breaking switch optimization

parent 44e76ee6
cdef int x = 3
if x == NONEXISTING:
print 2
elif x == 2:
print 2342
elif x == 4:
print 34
_ERRORS = """
4:23: undeclared name not builtin: NONEXISTING
"""
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