fix #675: make 'by' a non-keyword also in .pyx files
[cython.git] / tests / compile / lepage_2.pyx
1 # mode: compile
2
3 ctypedef struct BB:
4     void (*f) (void* state)