Buffer type checking cleanup/rewrite (now uses use_utility_code)
[cython.git] / tests / compile / notnonearg.pyx
1 cdef extern class external.Spam [object Spam]: pass
2 cdef extern class external.Eggs [object Eggs]: pass
3
4 def ham(Spam s, Eggs e not None):
5     pass