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