Bugs #12, #8
[KiwiIRC.git] / node / node_modules / uglify-js / test / unit / compress / expected / issue50.js
1 function bar(a){try{foo()}catch(b){alert("Exception caught (foo not defined)")}alert(a)}bar(10)