Bugs #12, #8
[KiwiIRC.git] / node / node_modules / uglify-js / test / unit / compress / test / const.js
1 // test that the calculation is fold to 13
2 var a = 1 + 2 * 6;
3
4 // test that it isn't replaced with 0.3333 because that is more characters
5 var b = 1/3;