Buffer type checking cleanup/rewrite (now uses use_utility_code)
[cython.git] / tests / broken / cexportfunc.pyx
1 cdef int f():
2     pass
3
4 cdef char *g(int k, float z):
5     pass