X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=tests%2Fcompile%2Fnone.pyx;h=b83bc75b33d2ad0d9735cd58cba4489490a31bdf;hb=350afcafd80019952c37e1509861429b9a403d9b;hp=afe11882920a2a90a3fb72658d6a2ca6536347cd;hpb=9498a6e401c1a06a0a60a7c11d8586fc2030a659;p=cython.git diff --git a/tests/compile/none.pyx b/tests/compile/none.pyx index afe11882..b83bc75b 100644 --- a/tests/compile/none.pyx +++ b/tests/compile/none.pyx @@ -1,3 +1,6 @@ +# mode: compile + cdef void spam(): eggs = None +spam()