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