mirror of https://github.com/tc39/test262.git
10 lines
263 B
JavaScript
10 lines
263 B
JavaScript
|
^ expected errors | v input
|
||
|
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
|
||
|
// See LICENSE or https://github.com/tc39/test262/blob/master/LICENSE
|
||
|
/*---
|
||
|
esid: sec-assignment-operators-static-semantics-early-errors
|
||
|
description: Minimal test
|
||
|
---*/
|
||
|
|
||
|
void 0;
|