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