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