Commit cc0f4962 authored by Robert Bradshaw's avatar Robert Bradshaw

Test for GH issue 1533.

parent b84db2e5
......@@ -86,3 +86,11 @@ cdef int verify_pure_c() nogil:
# Use it to suppress warning.
verify_pure_c()
def verify_resolution_GH1533():
"""
>>> verify_resolution_GH1533()
3
"""
THREE = 100
return PyxEnum.THREE
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