summaryrefslogtreecommitdiff
path: root/gcc/testsuite/python.dg/t_class_1.py
blob: 2876c88b128fb5f09339dcf1d0da4a599203862f (plain)
1
2
3
4
5
class foo:
    print 1
    print 2
    def __init__( self, x ):
        print x+2