fix #675: make 'by' a non-keyword also in .pyx files
[cython.git] / tests / compile / declandimpl.pxd
1 cdef struct Sandwich:
2         int i
3         char *s
4
5 cdef class Tomato:
6         cdef float danger