=== Program === function main() { var x = 1, y, z = x; return z; } === Output === Result: 1