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