# used by test_exclude.py

print 'hello, world'

def x():
    a = 5
    print a

x()


