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