Cleared file executable bit that was set earlier by a mistake
[cython.git] / tests / compile / cpdef.pyx
1 cdef class A:
2     cpdef a(self):
3         ma(self)
4
5 cpdef ma(x):
6     print x