summaryrefslogtreecommitdiff
path: root/test/input/func_e0601.py
blob: b8673df7f01da85bdfd02198c76a2f9a18a44dff (plain)
1
2
3
4
5
6
7
8
9
"""test local variable used before assigment
"""

__revision__ = 0

def function():
    """dummy"""
    print aaaa
    aaaa = 1