ref: 3c4b4fecaf3841b492c75b6dacbc7b68c6aa1703 dir: /test/mkunion.myr/
/* checks that union creation works. exits with 0. */ type u = union `Some int `None ;; const main = { var v v = `Some 123 -> 0 }