ref: 4b77bda908dec8620abde1e452a1f2bac29f1252 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 }