# File test/something.rb, line 46
  def bbegin_no_exception
    begin
      5
    rescue
      6
    end
  end