Cleared file executable bit that was set earlier by a mistake
[cython.git] / tests / compile / specmethargdefault.pyx
1 cdef class Grail:
2
3     def __cinit__(self, spam = None):
4         pass
5
6     def __init__(self, parrot = 42):
7         pass
8