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