Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / uglify-js / test / unit / compress / test / issue25.js
1 label1 : {
2     label2 : {
3         break label2;
4         console.log(2);
5     }
6     console.log(1);
7 }