1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-19 17:31:29 +00:00
Files
haste-server/node_modules/uglify-js/test/unit/compress/test/issue25.js
2012-02-06 14:09:01 -05:00

7 lines
99 B
JavaScript

label1 : {
label2 : {
break label2;
console.log(2);
}
console.log(1);
}