mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-14 19:06:35 +02:00
Created these while experimenting with LibJS. Might as well bring them into the tree and increase our coverage.
5 lines
50 B
JavaScript
5 lines
50 B
JavaScript
var let;
|
|
for (let; ; ) break;
|
|
for (let in []) {
|
|
}
|