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