Cleared file executable bit that was set earlier by a mistake
[cython.git] / tests / compile / globvardef.pyx
1 cdef int a_global_int
2 cdef a_global_pyobject
3
4 a_global_int = 0
5 a_global_pyobject = None