Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Cython / tests / errors / e_cdef_missing_declarator.pyx
Size: Mime:
# mode: error

cdef int

cdef extern from *:
	void f(int)
_ERRORS = u"""
3:8: Empty declarator
"""