aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/node_modules/socket.io/node_modules/socket.io-client/node_modules/uglify-js/test/unit/compress/test/issue25.js
blob: 9ca921dbe67db765aa72f664cf5a54940487900f (plain)
1
2
3
4
5
6
7
label1 : {
    label2 : {
        break label2;
        console.log(2);
    }
    console.log(1);
}