"""Should raise SyntaxError"""

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