summaryrefslogtreecommitdiff
path: root/tests/run/behnel2.pyx
blob: fff23d3c825fca02ac37cf94548a8273ce25f7a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
__doc__ = u"""
    >>> y
    1
    >>> y and {}
    {}
    >>> x
    {}
"""

y = 1
x = y and {}