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