summaryrefslogtreecommitdiff
path: root/tests/run/static_methods.pxd
blob: 4dc19995586dbe378d93a5ad137cd2615ece7fc8 (plain)
1
2
3
cdef class FromPxd:
    @staticmethod
    cdef static_cdef(int* x)