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