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