f6e070f2c5959f649a754c6639875f4c0ec19055
[cython.git] / tests / compile / extargdefault.pyx
1 cdef extern class somewhere.Swallow:
2     pass
3
4 cdef Swallow swallow
5
6 def spam(x = swallow, Swallow y = swallow):
7     pass