summaryrefslogtreecommitdiff
path: root/tests/compile/cimportfrom_T248.pyx
blob: 13796baf105bd7e81cda1bbabf2c0fa86333dfe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ticket: 248
# mode: compile

from ewing8 cimport (Foo,


                     Blarg)

from declandimpl cimport (Sandwich


                          ,




                          Tomato)

cdef extern Foo yummy