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_sizeofincomplete.pyx
Size: Mime:
# mode: error

cdef struct unbekannt
cdef int n
n = sizeof(unbekannt)
_ERRORS = u"""
5:4: Cannot take sizeof incomplete type 'unbekannt'
"""