aboutsummaryrefslogtreecommitdiff
path: root/test/input/issue-1242/baz.es5
blob: 83c98ef6d6638339ce1e16c0e0fd6df355cdc818 (about) (plain)
1
2
3
4
function baz(x) {
    var half = x / 2;
    return half;
}