8 lines
139 B
JavaScript
8 lines
139 B
JavaScript
|
/*---
|
||
|
flags: [qjs:no-detect-module]
|
||
|
negative:
|
||
|
phase: parse
|
||
|
type: SyntaxError
|
||
|
---*/
|
||
|
const undefined = 42 // SyntaxError at global scope
|