mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 19:41:21 +00:00
2 lines
86 B
JavaScript
2 lines
86 B
JavaScript
|
function bar(){return--x}function foo(){while(bar());}function mak(){for(;;);}var x=5
|