merged in Vitja's tab removals
[cython.git] / tests / compile / declandimpl.pyx
1 # mode: compile
2
3 cdef class Tomato:
4
5     def eject(self):
6         pass
7
8 cdef extern Sandwich butty
9 cdef Tomato supertom
10
11 supertom = None