summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/redeclaration1.js
blob: 56a891a2b0a17c421309405c753b7870e69b5cd4 (plain)
1
2
3
4
5
6
// Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

let foo = 1;
let foo = 2;