summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/harmony/regress/regress-513474.js
blob: ec4bc84a30e25dc31e75194e8f351dea62cdab2c (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.

// Flags: --harmony-rest-parameters

(function(...a) { function f() { eval() } })();