ref: 89e514d5355f9036a30c4a41cacc465e5999aa76 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 }