5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
|
/*---
|
||
|
flags: [qjs:no-detect-module]
|
||
|
---*/
|
||
|
{ const undefined = 42 } // not a SyntaxError, not at global scope
|