summaryrefslogtreecommitdiff
path: root/tests/compile/crunchytype.pxd
blob: c1f2b555b7137c385958c5a5ab3453049703b65d (plain)
1
2
3
4
5
6
7
8
9
10
cdef extern from *:
    """
    struct CrunchyType {
        int number;
        PyObject* string;
    };
    """
    cdef class crunchytype.Crunchy [ object CrunchyType ]:
        cdef int number
        cdef object string