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