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