summaryrefslogtreecommitdiff
path: root/cli/tests/bundle/fixture03.out
blob: 93659f4d95f395c32a2960a3e2e10f305f0a97e6 (plain)
1
2
3
4
5
const a = "a";
const d = {
    a: a
};
console.log(d);