1 2 3 4 5 6 7 8
discard """ errormsg: "attempt to call nil closure" line: 8 """ static: let x: proc () = nil x()