class break_t(statement_t):
  def __init__(self, ea):
    statement_t.__init__(self, ea, None)
    return