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