Merged pull request #12 from bhy/T423.
[cython.git] / tests / compile / ctypedef.pyx
1 # mode: compile
2
3 ctypedef int *IntPtr
4 ctypedef unsigned long ULong
5 cdef extern IntPtr spam
6 cdef extern ULong grail