mirror of https://github.com/tc39/test262.git
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
^ expected errors | v input
|
|
// Copyright (c) 2017 Mike Pennisi. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
/*---
|
|
esid: sec-assignment-operators-static-semantics-early-errors
|
|
description: Minimal test
|
|
---*/
|
|
|
|
void 0;
|