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