c76b5a3e75fe6ac27e7a86ba1ab023fae1ba308c
[cython.git] / tests / compile / constexpr.pyx
1 cdef enum Grail:
2     k = 42
3
4 cdef enum Spam:
5     a = -1
6     b = 2 + 3
7     c = 42 > 17
8     d = k