aboutsummaryrefslogtreecommitdiff
path: root/test/input/reduce/diff_error.js
blob: 467ee599d57456c170f50639fa5ef5dd0a09e8ce (about) (plain)
1
2
3
4
5
console.log(function(undefined) {
    return undefined[function() {
        {}
    }] || 1 + .1 + .1;
}(42));