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