summaryrefslogtreecommitdiff
path: root/tests/compile/cimport_package_module_T4.pyx
blob: 717f0bf8fee93e907db2a697085e36f2f7272c8c (plain)
1
2
3
4
5
6
# ticket: t4
# mode: compile

from a cimport b

cdef int **t = b.foo(NULL)