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