7453c6e0137b9f35df01e75ab74336744efa3f33
[cython.git] / tests / errors / e_func_in_pxd.pyx
1 cimport e_func_in_pxd_support
2
3 _ERRORS = u"""
4 1:5: function definition in pxd file must be declared 'cdef inline'
5 4:12: inline function definition in pxd file cannot be 'public'
6 7:5: inline function definition in pxd file cannot be 'api'
7 """