fix #675: make 'by' a non-keyword also in .pyx files
[cython.git] / tests / compile / cdefexternfromstar.pyx
1 # mode: compile
2
3 cdef extern from *:
4     int spam
5