ref: 2d65d0a17fc82b22730254ad1fa05c1913452c9e dir: /test/outparam.myr/
use std /* should assign through an out pointer parameter, exiting with status 42 */ const f = {out out# = 42 } const main = { var v v = 16 f(&v) -> v }