function main(args) { local x = 0 if 1 { x = 42 print(x) } }