]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/jssource/minify/expect/empty-blocks.js
Release $ver
[Github/sugarcrm.git] / tests / jssource / minify / expect / empty-blocks.js
1 var x=5;function bar(){return--x;}
2 function foo(){while(bar());}
3 function mak(){for(;;);}