7e667a41338a95fd8911caeba06d4e1d35f119f3
[cython.git] / tests / run / r_jiba1.pxd
1 cdef class Parrot:
2         cdef void describe(self)
3
4 cdef class Norwegian(Parrot):
5         pass