1
2
3
4
5
export let example6 = (() => {
let a = 1;
let b = 2;
return a + b;
})()