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