disable raise ... from ... unittest in py3 (but other syntax checks still work)
[cython.git] / tests / compile / declandimpl.pyx
1 cdef class Tomato:
2
3     def eject(self):
4         pass
5
6 cdef extern Sandwich butty
7 cdef Tomato supertom
8
9 supertom = None