Blame tests/compile/ewing8.pxd

Packit Service 99d393
cdef struct Foo
Packit Service 99d393
cdef class Blarg
Packit Service 99d393
Packit Service 99d393
ctypedef Foo FooType
Packit Service 99d393
ctypedef Blarg BlargType
Packit Service 99d393
Packit Service 99d393
cdef struct Foo:
Packit Service 99d393
	FooType *f
Packit Service 99d393
Packit Service 99d393
cdef class Blarg:
Packit Service 99d393
	cdef FooType *f
Packit Service 99d393
	cdef BlargType b