Merged pull request #12 from bhy/T423.
[cython.git] / tests / run / builtin_type_inheritance_T608.pyx
index 8229a3829f9039148cae27d3e06b085280849ebf..af80dae67be82f863f15aebd1e529c9cc20c1ef7 100644 (file)
@@ -1,3 +1,4 @@
+# ticket: 608
 
 cdef class MyInt(int):
     """