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