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