summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1263355-12.js
blob: d2049bfa22cbe3eaee1e8355a164fe671ea00d42 (plain)
1
2
3
4
5
6
syntaxParse(`
if (scriptArgs.length === 0) { }
var file = scriptArgs[0];
`);