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