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