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