blob: 4186aa5fdaee4042ffa85e4c84493825865c46d6 [file] [log] [blame]
"""this module produces a SyntaxError at execution time"""
__revision__ = None
def run():
"""simple function"""
if True:
continue
else:
break
if __name__ == '__main__':
run()