summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/regress/regress-900786.js
blob: c012e3fcd8eb305df62f64fa6313ff9f69fbe4ab (plain)
1
2
3
4
5
// Copyright 2018 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.

assertThrows("{function g(){}function g(){+", SyntaxError);