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