mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
8 lines
85 B
JavaScript
8 lines
85 B
JavaScript
x=function()
|
|
{
|
|
while(false);
|
|
for(;;);
|
|
for(var a in []);
|
|
var b = 3;
|
|
}
|