ref: bb3c52370a22d2fe3c0ad5c03d3914616ee0fb55 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 }