875efb6 ^
061f072 ^
3b97c7c ^
1 2
3
4
5
6 7 8
let print_one = () => { print(1); return 0; }; let y = print_one(); print(y);