ref: 1860505486ea2190d78476782e504f15ce245ff0 dir: /test/union.myr/
type u = union `Some int `None ;; const main = { var v : u v = `None }