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

__revision__ = 0

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