summaryrefslogtreecommitdiff
path: root/cli/tests/bundle/fixture01.out
blob: c6d2bd6d72af332275c980c6b51ff2b2a5d8d6d0 (plain)
1
2
3
4
5
6
7
const mod = function() {
    const a = "a";
    return {
        a
    };
}();
console.log(mod);