mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
5 lines
117 B
JavaScript
5 lines
117 B
JavaScript
|
/*---
|
||
|
flags: [qjs:no-detect-module, module]
|
||
|
---*/
|
||
|
const undefined = 42 // not a SyntaxError at toplevel module scope
|