Commit 11901f05 authored by Robert Bradshaw's avatar Robert Bradshaw

more complete #include test

parent cd4b9f1b
......@@ -13,10 +13,10 @@ from b cimport b
cdef extern from "c.h":
cdef int c
from indirect_d cimport d
cimport indirect_d
cdef extern from "e.h":
cdef int e
def test():
print a, b, c, d, e
print a, b, c, indirect_d.d, e
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment