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