summaryrefslogtreecommitdiff
path: root/tests/run/crashT245.pyx
blob: 0ef9cb447cc59a98e8ef42c052d9adc4fe92cdb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# ticket: t245

cimport crashT245_pxd

def f():
    """
    >>> f()
    {'x': 1}
    """
    cdef crashT245_pxd.MyStruct s
    s.x = 1
    print s