"""Should raise SyntaxError: invalid syntax"""
x = int('1'
if x == 1:
    print('yes')
