summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/default-parameter-tdz-arrow.js
blob: d68ceb29083cdb0f986a0d73115ca912f7e41739 (plain)
1
2
3
4
5
6
7
// Copyright 2015 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.
//
//

((a=-a) => { })();