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 / compile / constexpr.pyx
Size: Mime:
# mode: compile

cdef enum Grail:
    k = 42

cdef enum Spam:
    a = -1
    b = 2 + 3
    c = 42 > 17
    d = k