1
2
3
4
5
export let untitled2939947 = (() => {
x = 1
y = 2
return x + y
})()