ref: 8c7095cc5e7701e9e9f6f17d8dd60e32c2dc5bd0 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 }