summaryrefslogtreecommitdiff
path: root/gcc/testsuite/python.dg/t_method_1.py
blob: 3ca7e16a44fdbb4c1e4ec8d33f374b56ab7ddae7 (plain)
1
2
3
4
def foo ( ):
    x = 2 + 3 + 1
    print x
x1 = 2