fix #675: make 'by' a non-keyword also in .pyx files
[cython.git] / tests / compile / none.pyx
index afe11882920a2a90a3fb72658d6a2ca6536347cd..b83bc75b33d2ad0d9735cd58cba4489490a31bdf 100644 (file)
@@ -1,3 +1,6 @@
+# mode: compile
+
 cdef void spam():
     eggs = None
 
+spam()