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