"""Should raise SyntaxError"""

if False:
    pass
else if True:
    print('ok')
