mirror of https://github.com/tc39/test262.git
10 lines
261 B
JavaScript
10 lines
261 B
JavaScript
|
^ expected errors | v input
|
||
|
// Copyright (c) 2017 Mike Pennisi. All rights reserved.
|
||
|
// This code is governed by the license found in the LICENSE file.
|
||
|
/*---
|
||
|
esid: sec-assignment-operators-static-semantics-early-errors
|
||
|
description: Minimal test
|
||
|
---*/
|
||
|
|
||
|
void 0;
|