Merged pull request #12 from bhy/T423.
[cython.git] / tests / run / crashT245.pyx
1 # ticket: 245
2
3 cimport crashT245_pxd
4
5 def f():
6     """
7     >>> f()
8     {'x': 1}
9     """
10     cdef crashT245_pxd.MyStruct s
11     s.x = 1
12     print s