1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-23 05:01:21 +00:00
haste-server/node_modules/uglify-js/tmp/liftvars.js

9 lines
90 B
JavaScript
Raw Normal View History

2012-02-06 19:09:01 +00:00
var UNUSED_VAR1 = 19;
function main() {
var unused_var2 = 20;
alert(100);
}
main();