UglifyJS/test/input/issue-1242/baz.es5

5 lines
59 B
Plaintext
Raw Normal View History

function baz(x) {
var half = x / 2;
return half;
}