ref: f560f4097c26ef03098785200460b7bad33788fa dir: /test/mkunion.myr/
type u = union `Some int `None ;; const main = { var v v = `Some 123 -> 0 }